support.graph
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
support.graph.GraphException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidEdgeException, InvalidVertexException, NoSuchEdgeException, NoSuchVertexException
public class GraphException
- extends RuntimeException
Class that is superclass for all exceptions in
the support.graph package.
Not intended ever to be instantiated directly.
An exceptional class if I say so myself.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GraphException
public GraphException(String message)