Package dk.gtz.graphedit.exceptions
Class ProjectLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.gtz.graphedit.exceptions.ProjectLoadException
- All Implemented Interfaces:
Serializable
An error occurred during loading a graphedit project
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectLoadException
(String message) Construct a new instance with a 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
-
ProjectLoadException
Construct a new instance with a message- Parameters:
message
- The detail message
-