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

Package class diagram package InvalidGraphException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by name.angoca.db2sa.exceptions.AbstractDB2SAException
              extended by 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

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

Constructor Summary
InvalidGraphException()
          Default constructor.
InvalidGraphException(Exception exception)
          Constructor with a generated exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

InvalidGraphException

public InvalidGraphException()
Default constructor.


InvalidGraphException

public InvalidGraphException(Exception exception)
Constructor with a generated exception.

Parameters:
exception - Generated exception.


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