xtom.parser
Class ParserIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byxtom.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
 
Constructor Summary
ParserIOException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Throwable getThrowable()
           
 void printStackTrace()
           
 
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
 

Field Detail

t

java.lang.Throwable t
Constructor Detail

ParserIOException

public ParserIOException(java.lang.Throwable t)
Method Detail

getThrowable

public java.lang.Throwable getThrowable()

printStackTrace

public void printStackTrace()

getMessage

public java.lang.String getMessage()