Class AssertSameValueAsInException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.uni_trier.wi2.procake.utils.exception.AssertSameValueAsInException
-
- All Implemented Interfaces:
Serializable
public class AssertSameValueAsInException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGE_ALWAYS_FALSEstatic StringMESSAGE_INCOMPATIBLE_TYPEstatic StringMESSAGE_NULL_AND_NON_NULL_VALUEstatic StringMESSAGE_NULL_VALUEstatic StringMESSAGE_UNEQUAL_VALUE
-
Constructor Summary
Constructors Constructor Description AssertSameValueAsInException(DataObject d1, DataObject d2, String message)AssertSameValueAsInException(DataObject d1, DataObject d2, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCauses(LinkedList<Throwable> otherCauses)LinkedList<Throwable>getCauses()DataObjectgetD1()DataObjectgetD2()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MESSAGE_NULL_VALUE
public static final String MESSAGE_NULL_VALUE
- See Also:
- Constant Field Values
-
MESSAGE_NULL_AND_NON_NULL_VALUE
public static final String MESSAGE_NULL_AND_NON_NULL_VALUE
- See Also:
- Constant Field Values
-
MESSAGE_INCOMPATIBLE_TYPE
public static final String MESSAGE_INCOMPATIBLE_TYPE
- See Also:
- Constant Field Values
-
MESSAGE_UNEQUAL_VALUE
public static final String MESSAGE_UNEQUAL_VALUE
- See Also:
- Constant Field Values
-
MESSAGE_ALWAYS_FALSE
public static final String MESSAGE_ALWAYS_FALSE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AssertSameValueAsInException
public AssertSameValueAsInException(DataObject d1, DataObject d2, String message)
-
AssertSameValueAsInException
public AssertSameValueAsInException(DataObject d1, DataObject d2, String message, Throwable cause)
-
-
Method Detail
-
getD1
public DataObject getD1()
-
getD2
public DataObject getD2()
-
getCauses
public LinkedList<Throwable> getCauses()
-
addCauses
public void addCauses(LinkedList<Throwable> otherCauses)
-
-