hotsax.html.sax
Class UnspecifiedSemanticLexerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hotsax.html.sax.HtmlParserException
hotsax.html.sax.UnspecifiedSemanticLexerException
- All Implemented Interfaces:
- Serializable
public class UnspecifiedSemanticLexerException
- extends HtmlParserException
Exception thrown if no specific lexer exists to continue parsing the input.
This should never happen unless the default lexer is removed from the lexerHash.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnspecifiedSemanticLexerException
public UnspecifiedSemanticLexerException(String msg)
- Construct a new UnspecifiedSemanticLexerException Exception
- Parameters:
msg
- The message to display when this exception is caught
Copyright © 2007-2008. All Rights Reserved.