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.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Comment for serialVersionUID
      See Also:
  • Constructor Details

    • XmlParseException

      public XmlParseException()
      Constructor
    • XmlParseException

      public XmlParseException(String msg)
      Constructor
      Parameters:
      msg - the error message
    • XmlParseException

      public XmlParseException(String msg, Exception e)
      Constructor
      Parameters:
      msg - error message
      e - the cause.