Class XmlPullParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.shared.utils.xml.pull.XmlPullParserException
All Implemented Interfaces:
Serializable

public class XmlPullParserException extends RuntimeException
See Also:
  • Constructor Details

    • XmlPullParserException

      public XmlPullParserException(IOException e)
      Parameters:
      e - IOException.
    • XmlPullParserException

      public XmlPullParserException(SAXException e)
      Parameters:
      e - The exception.
    • XmlPullParserException

      public XmlPullParserException(String message)
      Parameters:
      message - The message.