Package org.apache.camel.xml.io
Class XmlPullParserLocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.xml.io.XmlPullParserLocationException
- All Implemented Interfaces:
Serializable
This exception is thrown to signal XML Pull Parser related faults.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlPullParserLocationException
(String s, org.apache.camel.spi.Resource resource, int row, int column, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
int
org.apache.camel.spi.Resource
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlPullParserLocationException
-
-
Method Details
-
getLineNumber
public int getLineNumber() -
getColumnNumber
public int getColumnNumber() -
getResource
public org.apache.camel.spi.Resource getResource()
-