com.calitha.exception
Class SAXRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SAXRuntimeException
public SAXRuntimeException(Throwable cause)
- Creates a new exception with the cause.
- Parameters:
cause - cause