Class PipelineDefinitionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StepAlreadyAddedException

public class PipelineDefinitionException extends RiskscapeException

Thrown by Pipeline when adding edges or steps to a pipeline. The Problem's problem code should give a specific reason about what went wrong.

See Also:
  • Constructor Details

    • PipelineDefinitionException

      public PipelineDefinitionException(Pipeline pipeline, Problem problem)
  • Method Details

    • getPipeline

      public Pipeline getPipeline()