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

Constructor Summary
HandlerException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 
Methods inherited from class com.japisoft.fastparser.ParseException
causeBy, getCaret, getCol, getLine, toString
 
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
 

Constructor Detail

HandlerException

public HandlerException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable