hotsax.html.sax
Class UnspecifiedSemanticLexerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hotsax.html.sax.HtmlParserException
              extended by 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

Constructor Summary
UnspecifiedSemanticLexerException(String msg)
          Construct a new UnspecifiedSemanticLexerException Exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.