Class BadPipelineChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.wizard.bld.change.BadPipelineChangeException
- All Implemented Interfaces:
Serializable
public class BadPipelineChangeException
extends nz.org.riskscape.engine.RiskscapeException
Thrown when a PipelineChange
is invalid because of a coding error. These are very unlikely to be fixable by
a user by changing their answers they'll need to avoid the part of the survey that threw this.
- See Also:
-
Constructor Summary
ConstructorDescriptionBadPipelineChangeException
(PipelineChange pipelineChange, String description) BadPipelineChangeException
(PipelineChange pipelineChange, String description, Throwable cause) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadPipelineChangeException
-
BadPipelineChangeException
public BadPipelineChangeException(PipelineChange pipelineChange, String description, Throwable cause)
-