Package org.apache.camel.xml.io
Class XmlPullParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.xml.io.XmlPullParserException
-
- All Implemented Interfaces:
Serializable
public class XmlPullParserException extends Exception
This exception is thrown to signal XML Pull Parser related faults.- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlPullParserException(String s)
XmlPullParserException(String msg, XmlPullParser parser, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnNumber()
int
getLineNumber()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlPullParserException
public XmlPullParserException(String s)
-
XmlPullParserException
public XmlPullParserException(String msg, XmlPullParser parser, Throwable cause)
-
-