Package dk.gtz.graphedit.exceptions
Class UncomparableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.gtz.graphedit.exceptions.UncomparableException
- All Implemented Interfaces:
Serializable
An error occurred during a compare
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUncomparableException
(String message) Construct a new instanceUncomparableException
(String message, Throwable inner) Construct a new instanceUncomparableException
(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
-
UncomparableException
Construct a new instance- Parameters:
message
- The detail message
-
UncomparableException
Construct a new instance- Parameters:
message
- The detail messageinner
- The throwable that caused this
-
UncomparableException
Construct a new instance- Parameters:
inner
- The throwable that caused this
-