org.codehaus.plexus.util.xml.pull
Class XmlPullParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.util.xml.pull.XmlPullParserException
All Implemented Interfaces:
java.io.Serializable

public class XmlPullParserException
extends java.lang.Exception

This exception is thrown to signal XML Pull Parser related faults.

Author:
Aleksander Slominski
See Also:
Serialized Form

Field Summary
protected  int column
           
protected  java.lang.Throwable detail
           
protected  int row
           
 
Constructor Summary
XmlPullParserException(java.lang.String s)
           
XmlPullParserException(java.lang.String msg, XmlPullParser parser, java.lang.Throwable chain)
           
 
Method Summary
 int getColumnNumber()
           
 java.lang.Throwable getDetail()
           
 int getLineNumber()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

detail

protected java.lang.Throwable detail

row

protected int row

column

protected int column
Constructor Detail

XmlPullParserException

public XmlPullParserException(java.lang.String s)

XmlPullParserException

public XmlPullParserException(java.lang.String msg,
                              XmlPullParser parser,
                              java.lang.Throwable chain)
Method Detail

getDetail

public java.lang.Throwable getDetail()

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2001-2008 Codehaus. All Rights Reserved.