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
public static class PListParser.XmlParseException extends Exception
Exception is used for XML parse problems.- Author:
- Bernd Rosstauscher (proxyvole@rosstauscher.de) Copyright 2009
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlParseException()ConstructorXmlParseException(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 Detail
-
XmlParseException
public XmlParseException()
Constructor
-
XmlParseException
public XmlParseException(String msg)
Constructor- Parameters:
msg- the error message
-
-