Class PipelineException

  • All Implemented Interfaces:
    Serializable

    public class PipelineException
    extends Exception
    An exception that can be thrown by a Pipeline.
    Author:
    redlab_b
    See Also:
    Serialized Form
    • Constructor Detail

      • PipelineException

        public PipelineException​(Exception e)
        Parameters:
        e - an exception.
      • PipelineException

        public PipelineException​(String msg,
                                 Exception e)
        Parameters:
        msg - a message.
        e - an exception.
      • PipelineException

        public PipelineException​(String msg)
        Parameters:
        msg - a message.