Package dk.gtz.graphedit.exceptions
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.gtz.graphedit.exceptions.SerializationException
- All Implemented Interfaces:
Serializable
An error occurred during serialization of something
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializationException
(String message) Construct a new instanceSerializationException
(String message, Throwable inner) Construct a new instanceSerializationException
(Throwable inner) Construct a new instance -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerializationException
Construct a new instance- Parameters:
message
- The detail message
-
SerializationException
Construct a new instance- Parameters:
message
- The detail messageinner
- The throwable that caused this
-
SerializationException
Construct a new instance- Parameters:
inner
- The throwable that caused this
-