com.japisoft.fastparser
Class HandlerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.japisoft.fastparser.ParseException
|
+--com.japisoft.fastparser.HandlerException
- All Implemented Interfaces:
- java.io.Serializable
- public class HandlerException
- extends ParseException
This exception is dedicated to handler exception, mainly for
SAX, SAX2 usage.
- Author:
- (c) 2003 JAPISOFT
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HandlerException
public HandlerException(java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable