Package zombie.util

Class PZXmlParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
zombie.util.PZXmlParserException
All Implemented Interfaces:
Serializable

public final class PZXmlParserException extends Exception
Exception thrown by PZXmlUtil.parse function. Typically used to encapsulate an inner exception thrown by various internal parsers.
See Also:
  • Constructor Details

    • PZXmlParserException

      public PZXmlParserException()
    • PZXmlParserException

      public PZXmlParserException(String message)
    • PZXmlParserException

      public PZXmlParserException(String message, Throwable cause)
    • PZXmlParserException

      public PZXmlParserException(Throwable cause)
  • Method Details