java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pervasive.datarush.exceptions.DRException
com.pervasive.datarush.ports.physical.BrokenFlowError
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BrokenFlowError
Construct a new exception.- Parameters:
writer- the composition path of the process raising the error.
-
-
Method Details
-
getWriter
Identifies the source process which caused the failure.- Returns:
- the composition path of the flow's writer
-