Package dk.gtz.graphedit.exceptions
Class ExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.gtz.graphedit.exceptions.ExportException
- All Implemented Interfaces:
Serializable
An error occurred during exporting to a non-graphedit format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportException
(String message) Construct a new instance with a messageExportException
(String message, Throwable cause) Construct a new instance with a message and a causeExportException
(Throwable cause) Construct a new instance with a message and a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExportException
Construct a new instance with a message- Parameters:
message
- The detail message
-
ExportException
Construct a new instance with a message and a cause- Parameters:
cause
- The cause
-
ExportException
Construct a new instance with a message and a cause- Parameters:
message
- The detail messagecause
- The cause
-