name.angoca.db2sa.core.graph.model
Class AbstractGraphException

Package class diagram package AbstractGraphException
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.graph.model.AbstractGraphException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractGrammarFileReaderException, ChildEndingNodeException, DuplicatedNodeException, DuplicatedNodeNameException, EmptyGrammarException, EndingNodeNotDefinedException, InvalidEndingNodeException, InvalidGraphNodeException, InvalidGraphStateException, InvalidStartingNodeException, NodeNotComesFromStartingNodeException, NodeNotGoesToEndingNodeException, NotExistingChildNodeException, NotExistingNodeException, NullGraphNodeException, ParentStartingNodeException, ReferencingEndingNodeException, ReferencingStartingNodeException, StartingNodeNotDefinedException

public abstract class AbstractGraphException
extends AbstractDB2SAException

This class represents any problem when building the graph.

Control Version

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

Constructor Summary
AbstractGraphException()
          Creates an exception with no arguments.
AbstractGraphException(Exception exception)
          Wraps an exception when the graph was being built.
 
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

AbstractGraphException

public AbstractGraphException()
Creates an exception with no arguments.


AbstractGraphException

public AbstractGraphException(Exception exception)
Wraps an exception when the graph was being built.

Parameters:
exception - Wrapped exception.


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