|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cascading.CascadingException
cascading.flow.FlowException
cascading.flow.planner.ElementGraphException
public class ElementGraphException
Class ElementGraphException is thrown during rendering of a pipe assembly to the Cascading internal "graph" representation.
Constructor Summary | |
---|---|
ElementGraphException()
Constructor ElementGraphException creates a new ElementGraphException instance. |
|
ElementGraphException(FlowElement flowElement,
String message)
Constructor ElementGraphException creates a new ElementGraphException instance. |
|
ElementGraphException(FlowElement flowElement,
String message,
Throwable throwable)
Constructor ElementGraphException creates a new ElementGraphException instance. |
|
ElementGraphException(Pipe pipe,
String message)
|
|
ElementGraphException(String string)
Constructor ElementGraphException creates a new ElementGraphException instance. |
|
ElementGraphException(String string,
Throwable throwable)
Constructor ElementGraphException creates a new ElementGraphException instance. |
|
ElementGraphException(Tap tap,
String message)
|
|
ElementGraphException(Throwable throwable)
Constructor ElementGraphException creates a new ElementGraphException instance. |
Method Summary | |
---|---|
FlowElement |
getFlowElement()
Method getFlowElement returns the flowElement of this ElementGraphException object. |
Methods inherited from class cascading.flow.FlowException |
---|
getFlowName |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementGraphException()
public ElementGraphException(Pipe pipe, String message)
public ElementGraphException(Tap tap, String message)
public ElementGraphException(FlowElement flowElement, String message)
flowElement
- of type FlowElementmessage
- of type Stringpublic ElementGraphException(FlowElement flowElement, String message, Throwable throwable)
flowElement
- of type FlowElementmessage
- of type Stringthrowable
- of type Throwablepublic ElementGraphException(String string)
string
- of type Stringpublic ElementGraphException(String string, Throwable throwable)
string
- of type Stringthrowable
- of type Throwablepublic ElementGraphException(Throwable throwable)
throwable
- of type ThrowableMethod Detail |
---|
public FlowElement getFlowElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |