Class EvaluationUndecidableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iese.mydata.policy.exception.EvaluationUndecidableException
- All Implemented Interfaces:
Serializable
The Class EvaluationUndecidableException.
- Author:
- Fraunhofer IESE
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new evaluation undecidable exception.EvaluationUndecidableException
(String message) Instantiates a new evaluation undecidable exception.EvaluationUndecidableException
(String message, Throwable cause) Instantiates a new evaluation undecidable exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvaluationUndecidableException
public EvaluationUndecidableException()Instantiates a new evaluation undecidable exception. -
EvaluationUndecidableException
Instantiates a new evaluation undecidable exception.- Parameters:
message
- the message
-
EvaluationUndecidableException
Instantiates a new evaluation undecidable exception.- Parameters:
message
- the messagecause
- the cause
-