Class XmlPullParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.configuration.io.xml.XmlPullParserException
All Implemented Interfaces:
Serializable

public class XmlPullParserException extends RuntimeException
This exception is thrown to signal XML Pull Parser related faults.
Author:
Aleksander Slominski
See Also:
  • Field Details Link icon

    • detail Link icon

      protected Throwable detail
    • row Link icon

      protected int row
    • column Link icon

      protected int column
  • Constructor Details Link icon

    • XmlPullParserException Link icon

      public XmlPullParserException(String s)
    • XmlPullParserException Link icon

      public XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
  • Method Details Link icon

    • getDetail Link icon

      public Throwable getDetail()
    • getLineNumber Link icon

      public int getLineNumber()
    • getColumnNumber Link icon

      public int getColumnNumber()