org.exolab.adaptx.xslt
public class PatternException extends Exception
| Constructor Summary | |
|---|---|
| PatternException(String message)
Creates a new PatternException
| |
| PatternException(Exception exception)
Creates a new PatternException with the given nested
exception.
| |
| PatternException(String message, Exception exception)
Creates a new PatternException with the given message
and nested exception.
| |
| Method Summary | |
|---|---|
| Exception | getException()
Returns the exception, which in turn caused this Exception to
be thrown, or null if nested exception exists. |
| String | getMessage()
Returns the error message for this Exception |
| void | printStackTrace() |
| void | printStackTrace(PrintWriter printer) |
| void | printStackTrace(PrintStream printer) |
| String | toString()
Returns the String representation of this Exception |
Parameters: message the error message for this exception
Parameters: exception the nested exception
Parameters: message the detail message for this exception exception the nested exception
Returns: the exception, which in turn caused this Exception to be thrown, or null if nested exception exists.
Returns: the error message
Returns: the String representation of this Exception