public class BrokenFlowError extends DRException
BrokenFlowError
is raised when an output port
is closed without an EOD having been sent. This is
an irrecoverable event.Constructor and Description |
---|
BrokenFlowError(String writer)
Construct a new exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getWriter()
Identifies the source process which caused the failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BrokenFlowError(String writer)
writer
- the composition path of the process
raising the error.public String getWriter()
Copyright © 2020 Actian Corporation. All rights reserved.