name.angoca.db2sa.core.syntax.graph.exception
Class InvalidGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.exceptions.AbstractDB2SAException
name.angoca.db2sa.core.syntax.graph.exception.InvalidGraphException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DuplicateNodeException, EndingNodeNotDefinedException, GrammarFileException, StartingNodeNotDefinedException
public class InvalidGraphException
- extends AbstractDB2SAException
This exception represents a problem in the structure of the graph that
represents the grammar.
Control Version
- 0.0.1 Class creation.
- 0.1.0 Recommendations from PMD.
- 0.1.1 Hierarchy of exceptions (default constructor).
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidGraphException
public InvalidGraphException()
- Default constructor.
InvalidGraphException
public InvalidGraphException(Exception exception)
- Constructor with a generated exception.
- Parameters:
exception
- Generated exception.
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.