xtom.parser
Class ParserIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xtom.parser.ParserIOException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParserIOException
- extends java.lang.RuntimeException
Description: This is a wrapper class for a Throwable Instance.
It will be used to provided more information to the developer.
- Version:
- $Revision: 1.2 $
- Author:
- taras
- See Also:
- Serialized Form
Field Summary |
(package private) java.lang.Throwable |
t
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
t
java.lang.Throwable t
ParserIOException
public ParserIOException(java.lang.Throwable t)
getThrowable
public java.lang.Throwable getThrowable()
printStackTrace
public void printStackTrace()
getMessage
public java.lang.String getMessage()