Package nz.org.riskscape.engine.pipeline
Class PipelineDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.pipeline.PipelineDefinitionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StepAlreadyAddedException
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 Summary
-
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
-
PipelineDefinitionException
-
-
Method Details
-
getPipeline
-