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:
Serializable

public class XmlPullParserException
extends 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  Throwable detail
          Deprecated. use generic getCause() method
protected  int row
           
 
Constructor Summary
XmlPullParserException(String s)
           
XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
           
 
Method Summary
 int getColumnNumber()
           
 Throwable getDetail()
          Deprecated. Use the generic getCause() method
 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 Throwable detail
Deprecated. use generic getCause() method

row

protected int row

column

protected int column
Constructor Detail

XmlPullParserException

public XmlPullParserException(String s)

XmlPullParserException

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

getDetail

public Throwable getDetail()
Deprecated. Use the generic getCause() method

Returns:

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable


Copyright © 2001-2012 Codehaus. All Rights Reserved.