com.calitha.exception
Class SAXRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.calitha.exception.SAXRuntimeException
All Implemented Interfaces:
Serializable

public class SAXRuntimeException
extends RuntimeException

This class represents an exception that occurs during to SAX/XML handling.

It is for exceptions that cannot be corrected by catching them, and therefore is a runtime exception including the cause.

Author:
Robert van Loenhout
See Also:
Serialized Form

Constructor Summary
SAXRuntimeException(Throwable cause)
          Creates a new exception with the cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXRuntimeException

public SAXRuntimeException(Throwable cause)
Creates a new exception with the cause.

Parameters:
cause - cause