Class XmlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.itsallcode.openfasttrace.importer.xmlparser.XmlParserException
- All Implemented Interfaces:
Serializable
The XML parser throws this exception when there is an error while parsing
XML.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlParserException(String message) Creates a newXmlParserException.XmlParserException(String message, Throwable cause) Creates a newXmlParserException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlParserException
Creates a newXmlParserException.- Parameters:
message- message for the exception.cause- cause for the exception.
-
XmlParserException
Creates a newXmlParserException.- Parameters:
message- message for the exception.
-