org.gjt.xpp.impl.tokenizer

Class TokenizerException

public class TokenizerException extends XmlPullParserException

This exception is thrown to signal all XML tokenizing errors.

Author: Aleksander Slominski

Constructor Summary
TokenizerException()
TokenizerException(String s)
TokenizerException(String s, int row, int column)

Constructor Detail

TokenizerException

public TokenizerException()

TokenizerException

public TokenizerException(String s)

TokenizerException

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