Class PListParser.XmlParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.markusbernhardt.proxy.util.PListParser.XmlParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
PListParser
Exception is used for XML parse problems.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Comment forserialVersionUID
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorXmlParseException
(String msg) ConstructorXmlParseException
(String msg, Exception e) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDComment forserialVersionUID
- See Also:
-
-
Constructor Details
-
XmlParseException
public XmlParseException()Constructor -
XmlParseException
Constructor- Parameters:
msg
- the error message
-
XmlParseException
Constructor- Parameters:
msg
- error messagee
- the cause.
-