Package org.gjt.xpp.impl.tokenizer
Class TokenizerBufferOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gjt.xpp.XmlPullParserException
-
- org.gjt.xpp.impl.tokenizer.TokenizerException
-
- org.gjt.xpp.impl.tokenizer.TokenizerBufferOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenizerBufferOverflowException extends TokenizerException
This exception is thrown to signal exceeding tokenizer hard limit on internal input buffer.- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.gjt.xpp.XmlPullParserException
column, detail, row
-
-
Constructor Summary
Constructors Constructor Description TokenizerBufferOverflowException()
TokenizerBufferOverflowException(java.lang.String s)
TokenizerBufferOverflowException(java.lang.String s, int row, int column)
-
Method Summary
-
Methods inherited from class org.gjt.xpp.XmlPullParserException
getColumnNumber, getDetail, getLineNumber, getMessage, printStackTrace, setDetail
-
-
-
-
Constructor Detail
-
TokenizerBufferOverflowException
public TokenizerBufferOverflowException()
-
TokenizerBufferOverflowException
public TokenizerBufferOverflowException(java.lang.String s)
-
TokenizerBufferOverflowException
public TokenizerBufferOverflowException(java.lang.String s, int row, int column)
-
-