Class GraphException
- All Implemented Interfaces:
Serializable
Single exception used for the entire String Graph project.
- Author:
- Dr. Lillis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorConstructs a graphException 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
-
GraphException
public GraphException()Default constructor -
GraphException
Constructs a graphException with the specified detail message.- Parameters:
s- the detail message
-