name.angoca.db2sa.core.lexical.impl
Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.AbstractDB2SAException
name.angoca.db2sa.core.lexical.api.AbstractLexicalAnalyzerException
name.angoca.db2sa.core.lexical.impl.InvalidTokenException
- All Implemented Interfaces:
- Serializable
public final class InvalidTokenException
- extends AbstractLexicalAnalyzerException
This exception represents the creation of an invalid token. An invalid token
is an empty string ("").
Control Version
- 0.0.1 Class creation.
- 0.1.0 Recommendations from PMD.
- 0.2.0 Constructor and getMessage.
- 1.0.0 Moved to version 1.
- 1.1.0 Exception hierarchy changed.
- 1.1.1 Error code.
- 1.1.2 Logger and final.
- 1.1.3 New id.
- 1.1.4 New code.
- Version:
- 1.1.4 2009-11-08
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
InvalidTokenException
public InvalidTokenException()
- Default constructor.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Andres Gomez Casanova (AngocA) 2009-2010 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.