Package com.deltaxml.core.exceptions
Class PipelineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.PipelineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateStepNameException
Indicates an error condition in the use of a Pipeline Object.
The specific error that has occurred will be detailed by the use of a subclass of this Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPipelineException(String message, Throwable t) PipelineException(String message, Throwable t, PipelineIOIdentifier pipelineId) -
Method Summary
Modifier and TypeMethodDescriptionReturns thePipelineIOIdentifierObject that identifies which Pipeline the Exception occurred in.Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipelineException
-
PipelineException
-
-
Method Details
-
getPipelineId
Returns thePipelineIOIdentifierObject that identifies which Pipeline the Exception occurred in.- Returns:
- a
PipelineIOIdentifierObject if the Pipeline was part of a comparison ornullif not
-