Package org.vast.xml
Class XMLWriterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.vast.xml.XMLWriterException
- All Implemented Interfaces:
Serializable
Exception generated by implementations of XML writing interfaces
- Since:
- Nov 18, 2012
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXMLWriterException
(String message) XMLWriterException
(String message, Exception e) XMLWriterException
(String message, Node nodeWithError) XMLWriterException
(String message, Node nodeWithError, Exception e) XMLWriterException
(Node nodeWithError) XMLWriterException
(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
-
XMLWriterException
-
XMLWriterException
-
XMLWriterException
-
XMLWriterException
-
XMLWriterException
-
XMLWriterException
-
XMLWriterException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-