| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.codehaus.aspectwerkz.expression.ExpressionException
ExpressionException | public ExpressionException(String message)(Code) | | Sets the message for the exception.
Parameters: message - the message |
ExpressionException | public ExpressionException(String message, Throwable throwable)(Code) | | Sets the message for the exception and the original exception being wrapped.
Parameters: message - the detail of the error message Parameters: throwable - the original exception |
printStackTrace | public void printStackTrace()(Code) | | Print the full stack trace, including the original exception.
|
printStackTrace | public void printStackTrace(PrintStream ps)(Code) | | Print the full stack trace, including the original exception.
Parameters: ps - the byte stream in which to print the stack trace |
printStackTrace | public void printStackTrace(PrintWriter pw)(Code) | | Print the full stack trace, including the original exception.
Parameters: pw - the character stream in which to print the stack trace |
|
|