org.translet.processor
Class ProcessException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.translet.processor.ProcessException
- All Implemented Interfaces:
- Serializable
- public class ProcessException
- extends Exception
Represents an exceptional condition during the
processing of the xpath expression. This is also
a wrapper exception, which means, other exceptions
can be wrapped in this exception and later unwrapped.
- Version:
- $Revision: 1.2 $
- Author:
- Karthikeyan M.
- See Also:
- Serialized Form
ProcessException
public ProcessException(String state)
ProcessException
public ProcessException(Throwable t)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable