name.angoca.db2sa.core.graph.api
Class InvalidGraphNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.AbstractDB2SAException
name.angoca.db2sa.core.graph.model.AbstractGraphException
name.angoca.db2sa.core.graph.api.InvalidGraphNodeException
- All Implemented Interfaces:
- Serializable
public final class InvalidGraphNodeException
- extends AbstractGraphException
This exception represents a bad-formed node in a graph.
Control Version
- 0.0.1 Class creation.
- 0.1.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.2.0 GrammarReader separated from Graph.
- Version:
- 1.2.0 2009-11-07
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
InvalidGraphNodeException
public InvalidGraphNodeException()
- 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.