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:
  • Field Details

    • row

      protected int row
    • column

      protected int column
  • Constructor Details

    • XmlPullParserException

      public XmlPullParserException(String s)
    • XmlPullParserException

      public XmlPullParserException(String msg, XmlPullParser parser, Throwable cause)
  • Method Details

    • getLineNumber

      public int getLineNumber()
    • getColumnNumber

      public int getColumnNumber()