Class ResultComputationException

All Implemented Interfaces:
Serializable

public class ResultComputationException extends RiskscapeException

Thrown when ResultOrProblems.get() is called and there is no result.

Presumably this would be because there are too many Problems.

See Also:
  • Constructor Details

    • ResultComputationException

      public ResultComputationException(List<Problem> problems)
  • Method Details

    • getUnderlyingProblems

      public List<Problem> getUnderlyingProblems()