Class Pipeline.PipelineExecutionException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Pipeline

    public static class Pipeline.PipelineExecutionException
    extends java.lang.RuntimeException
    Thrown during execution of a Pipeline, whenever user code within that Pipeline throws an exception.

    The original exception thrown by user code may be retrieved via Throwable.getCause().

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait