Class BrokenFlowError

  • All Implemented Interfaces:
    Serializable

    public class BrokenFlowError
    extends DRException
    An error indicating premature termination of a data flow. A BrokenFlowError is raised when an output port is closed without an EOD having been sent. This is an irrecoverable event.
    See Also:
    Serialized Form
    • Constructor Detail

      • BrokenFlowError

        public BrokenFlowError​(String writer)
        Construct a new exception.
        Parameters:
        writer - the composition path of the process raising the error.
    • Method Detail

      • getWriter

        public String getWriter()
        Identifies the source process which caused the failure.
        Returns:
        the composition path of the flow's writer