Package owl.run
Class PipelineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- owl.run.PipelineException
-
- All Implemented Interfaces:
Serializable
public class PipelineException extends RuntimeException implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PipelineException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PipelineException
propagate(ExecutionException e)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
propagate
public static PipelineException propagate(ExecutionException e)
-
-