Class AssertSameValueAsInException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_trier.wi2.procake.utils.exception.AssertSameValueAsInException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAssertSameValueAsInException
(DataObject d1, DataObject d2, String message) AssertSameValueAsInException
(DataObject d1, DataObject d2, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCauses
(LinkedList<Throwable> otherCauses) getD1()
getD2()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MESSAGE_NULL_VALUE
- See Also:
-
MESSAGE_NULL_AND_NON_NULL_VALUE
- See Also:
-
MESSAGE_INCOMPATIBLE_TYPE
- See Also:
-
MESSAGE_UNEQUAL_VALUE
- See Also:
-
MESSAGE_ALWAYS_FALSE
- See Also:
-
-
Constructor Details
-
AssertSameValueAsInException
-
AssertSameValueAsInException
-
-
Method Details
-
getD1
-
getD2
-
getCauses
-
addCauses
-