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.
- Author:
- Bernd Rosstauscher (proxyvole@rosstauscher.de) Copyright 2009
- See Also:
-
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
-
Constructor Details
-
XmlParseException
public XmlParseException()Constructor -
XmlParseException
Constructor- Parameters:
msg- the error message
-
XmlParseException
Constructor- Parameters:
msg- error messagee- the cause.
-