Class 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 Detail

      • 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.