Class XmlPullParserLocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.xml.io.XmlPullParserLocationException
All Implemented Interfaces:
Serializable

public class XmlPullParserLocationException extends RuntimeException
This exception is thrown to signal XML Pull Parser related faults.
See Also:
  • Constructor Details

    • XmlPullParserLocationException

      public XmlPullParserLocationException(String s, org.apache.camel.spi.Resource resource, int row, int column, Throwable cause)
  • Method Details

    • getLineNumber

      public int getLineNumber()
    • getColumnNumber

      public int getColumnNumber()
    • getResource

      public org.apache.camel.spi.Resource getResource()