Class PZXmlParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
zombie.util.PZXmlParserException
- All Implemented Interfaces:
Serializable
Exception thrown by PZXmlUtil.parse function.
Typically used to encapsulate an inner exception thrown by various internal parsers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPZXmlParserException
(String message) PZXmlParserException
(String message, Throwable cause) PZXmlParserException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PZXmlParserException
public PZXmlParserException() -
PZXmlParserException
-
PZXmlParserException
-
PZXmlParserException
-
-
Method Details
-
toString
-