Package org.vast.xml
Class XMLReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.vast.util.ReaderException
org.vast.xml.XMLReaderException
- All Implemented Interfaces:
 Serializable
Exception generated by implementations of XML reading interfaces
- Since:
 - Nov 18, 2012
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionXMLReaderException(String message) XMLReaderException(String message, Exception e) XMLReaderException(String message, Node nodeWithError) XMLReaderException(String message, Node nodeWithError, Exception e) XMLReaderException(Node nodeWithError) XMLReaderException(Node nodeWithError, Exception e)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
nodeWithError
 
 - 
 - 
Constructor Details
- 
XMLReaderException
 - 
XMLReaderException
 - 
XMLReaderException
 - 
XMLReaderException
 - 
XMLReaderException
 - 
XMLReaderException
 - 
XMLReaderException
 
 - 
 - 
Method Details
- 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -