public class WrappedDeploymentException extends ModuleException
NestedThrowable.Util
serialVersionUID
nested
Constructor and Description |
---|
WrappedDeploymentException() |
WrappedDeploymentException(java.lang.String msg) |
WrappedDeploymentException(java.lang.String msg,
java.lang.Throwable th) |
WrappedDeploymentException(java.lang.Throwable th) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.StackTraceElement[] |
getStackTrace() |
void |
printStackTrace()
Prints the stack trace associated with this exception and
its nested exception to System.err.
|
void |
printStackTrace(java.io.PrintStream p)
Prints the stack trace associated with this exception and
its nested exception.
|
void |
printStackTrace(java.io.PrintWriter w)
Prints the stack trace associated with this exception and
its nested exception.
|
java.lang.String |
toString()
Prints the exception message and its nested exception message.
|
unWrapExceptions
getNested, getNestedException, superPrintStackTrace, superPrintStackTrace, superToString
public WrappedDeploymentException()
public WrappedDeploymentException(java.lang.String msg)
public WrappedDeploymentException(java.lang.Throwable th)
public WrappedDeploymentException(java.lang.String msg, java.lang.Throwable th)
public java.lang.String getMessage()
getMessage
in class NestedException
public java.lang.StackTraceElement[] getStackTrace()
getStackTrace
in class java.lang.Throwable
public java.lang.String toString()
NestedException
toString
in class NestedException
public void printStackTrace()
NestedException
printStackTrace
in class NestedException
public void printStackTrace(java.io.PrintStream p)
NestedException
printStackTrace
in class NestedException
p
- PrintStreampublic void printStackTrace(java.io.PrintWriter w)
NestedException
printStackTrace
in class NestedException
w
- PrintStream