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 Details

    • BadPipelineChangeException

      public BadPipelineChangeException(PipelineChange pipelineChange, String description)
    • BadPipelineChangeException

      public BadPipelineChangeException(PipelineChange pipelineChange, String description, Throwable cause)