org.gjt.xpp.impl.tokenizer

Class TokenizerBufferOverflowException


public class TokenizerBufferOverflowException
extends TokenizerException

This exception is thrown to signal exceeding tokenizer hard limit on internal input buffer.
Author:
Aleksander Slominski

Field Summary

Fields inherited from class org.gjt.xpp.XmlPullParserException

column, detail, row

Constructor Summary

TokenizerBufferOverflowException()
TokenizerBufferOverflowException(String s)
TokenizerBufferOverflowException(String s, int row, int column)

Method Summary

Methods inherited from class org.gjt.xpp.XmlPullParserException

getColumnNumber, getDetail, getLineNumber, getMessage, printStackTrace, setDetail

Constructor Details

TokenizerBufferOverflowException

public TokenizerBufferOverflowException()

TokenizerBufferOverflowException

public TokenizerBufferOverflowException(String s)

TokenizerBufferOverflowException

public TokenizerBufferOverflowException(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