Package com.agenarisk.api.exception
Class InconsistentEvidenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.agenarisk.api.exception.AgenaRiskException
com.agenarisk.api.exception.CalculationException
com.agenarisk.api.exception.InconsistentEvidenceException
- All Implemented Interfaces:
Serializable
Thrown when specifically inconsistent evidence was detected and caused a calculation failure.
- Author:
- Eugene Dementiev
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInconsistentEvidenceException
(String message) InconsistentEvidenceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InconsistentEvidenceException
-
InconsistentEvidenceException
-