org.gjt.xpp.impl.tokenizer
Class TokenizerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gjt.xpp.XmlPullParserException
              extended by org.gjt.xpp.impl.tokenizer.TokenizerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TokenizerBufferOverflowException

public class TokenizerException
extends XmlPullParserException

This exception is thrown to signal all XML tokenizing errors.

Author:
Aleksander Slominski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gjt.xpp.XmlPullParserException
column, detail, row
 
Constructor Summary
TokenizerException()
           
TokenizerException(java.lang.String s)
           
TokenizerException(java.lang.String s, int row, int column)
           
 
Method Summary
 
Methods inherited from class org.gjt.xpp.XmlPullParserException
getColumnNumber, getDetail, getLineNumber, getMessage, printStackTrace, setDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenizerException

public TokenizerException()

TokenizerException

public TokenizerException(java.lang.String s)

TokenizerException

public TokenizerException(java.lang.String s,
                          int row,
                          int column)


Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.

Note this package is deprecated by XPP3 that implements XmlPull API