Package org.frankframework.core
Class PipeRunException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.core.PipeRunException
- All Implemented Interfaces:
Serializable
Exception thrown when the
doPipe()
method
of a Pipe
runs in error.- Author:
- Johan Verrips
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
Constructor Summary
ConstructorDescriptionPipeRunException
(IPipe pipe, String msg) PipeRunException
(IPipe pipe, String msg, Throwable e) -
Method Summary
Methods inherited from class org.frankframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipeRunException
-
PipeRunException
-
-
Method Details
-
getPipeInError
-