Package nz.org.riskscape.problem
Class ResultComputationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.problem.ResultComputationException
- All Implemented Interfaces:
Serializable
Thrown when ResultOrProblems.get() is called and there is no result.
Presumably this would be because there are too many Problems.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResultComputationException(List<Problem> problems) ResultComputationException(Problems problem) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, getProblems, hasProblemMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResultComputationException
-
ResultComputationException
-