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:
java.io.Serializable
public class XmlPullParserException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description XmlPullParserException(java.io.IOException e)
XmlPullParserException(java.lang.String message)
XmlPullParserException(org.xml.sax.SAXException e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlPullParserException
public XmlPullParserException(java.io.IOException e)
- Parameters:
e
- IOException.
-
XmlPullParserException
public XmlPullParserException(org.xml.sax.SAXException e)
- Parameters:
e
- The exception.
-
XmlPullParserException
public XmlPullParserException(java.lang.String message)
- Parameters:
message
- The message.
-
-