name.angoca.db2sa.core.lexical.impl
Class InvalidTokenException

Package class diagram package InvalidTokenException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by name.angoca.db2sa.AbstractDB2SAException
              extended by name.angoca.db2sa.core.lexical.api.AbstractLexicalAnalyzerException
                  extended by 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

Version:
1.1.4 2009-11-08
Author:
Andres Gomez Casanova (AngocA)
See Also:
Serialized Form

Constructor Summary
InvalidTokenException()
          Default constructor.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidTokenException

public InvalidTokenException()
Default constructor.

Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Andres Gomez Casanova (AngocA) 2009-2010 Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.