Package org.graffiti.graph
Class GraphElementNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graffiti.graph.GraphElementNotFoundException
- All Implemented Interfaces:
Serializable
public class GraphElementNotFoundException extends RuntimeException
The
GraphElementNotFoundException
will be thrown if a method
tries to deal with a GraphElement
which cannot be found in the
Graph
.- Version:
- $Revision: 1.4 $
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GraphElementNotFoundException(String msg)
Constructs a newGraphElementNotFoundException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphElementNotFoundException
Constructs a newGraphElementNotFoundException
with the specified detail message.- Parameters:
msg
- the error message.
-