org.exolab.adaptx.xslt
Class PatternException
Exceptionorg.exolab.adaptx.xslt.PatternException
public class PatternException
extends Exception
An exception thrown during parsing of XSLT patterns
- Keith Visco
PatternException(Exception exception)- Creates a new PatternException with the given nested
exception.
|
PatternException(String message)- Creates a new PatternException
|
PatternException(String message, Exception exception)- Creates a new PatternException with the given message
and nested exception.
|
PatternException
public PatternException(Exception exception)
Creates a new PatternException with the given nested
exception.
exception - the nested exception
PatternException
public PatternException(String message)
Creates a new PatternException
message - the error message for this exception
PatternException
public PatternException(String message,
Exception exception) Creates a new PatternException with the given message
and nested exception.
message - the detail message for this exceptionexception - the nested exception
getException
public Exception getException()
Returns the exception, which in turn caused this Exception to
be thrown, or null if nested exception exists.
- the exception, which in turn caused this Exception to
be thrown, or null if nested exception exists.
getMessage
public String getMessage()
Returns the error message for this Exception
- the error message
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream printer)
printStackTrace
public void printStackTrace(PrintWriter printer)
toString
public String toString()
Returns the String representation of this Exception
- the String representation of this Exception