Class PListParser.XmlParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.markusbernhardt.proxy.util.PListParser.XmlParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PListParser
public static class PListParser.XmlParseException extends java.lang.Exception
Exception is used for XML parse problems.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Comment forserialVersionUID
-
Constructor Summary
Constructors Constructor Description XmlParseException()
ConstructorXmlParseException(java.lang.String msg)
ConstructorXmlParseException(java.lang.String msg, java.lang.Exception e)
Constructor
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Comment forserialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlParseException
public XmlParseException()
Constructor
-
XmlParseException
public XmlParseException(java.lang.String msg)
Constructor- Parameters:
msg
- the error message
-
XmlParseException
public XmlParseException(java.lang.String msg, java.lang.Exception e)
Constructor- Parameters:
msg
- error messagee
- the cause.
-
-