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

Constructor Summary
ProcessException(String state)
           
ProcessException(Throwable t)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessException

public ProcessException(String state)

ProcessException

public ProcessException(Throwable t)
Method Detail

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