name.angoca.db2sa.core.syntax.graph.exception
Class InvalidGraphTokenException

Package class diagram package InvalidGraphTokenException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by name.angoca.db2sa.core.syntax.graph.exception.InvalidGraphTokenException
All Implemented Interfaces:
Serializable

public class InvalidGraphTokenException
extends RuntimeException

This exception represents a bad-formed node in a graph.
Control Version

Version:
1.0.0 2009-07-19
Author:
Andres Gomez Casanova (AngocA)
See Also:
Serialized Form

Constructor Summary
InvalidGraphTokenException()
          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

InvalidGraphTokenException

public InvalidGraphTokenException()
Default Constructor.

Method Detail

getMessage

public final String getMessage()
Overrides:
getMessage in class Throwable


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