|
|||||||||
| 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.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(String string)
Constructor ElementGraphException creates a new ElementGraphException instance. |
|
ElementGraphException(String string,
Throwable throwable)
Constructor ElementGraphException creates a new ElementGraphException instance. |
|
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(FlowElement flowElement,
String message)
flowElement - of type FlowElementmessage - of type String
public ElementGraphException(FlowElement flowElement,
String message,
Throwable throwable)
flowElement - of type FlowElementmessage - of type Stringthrowable - of type Throwablepublic ElementGraphException(String string)
string - of type String
public ElementGraphException(String string,
Throwable throwable)
string - of type Stringthrowable - of type Throwablepublic ElementGraphException(Throwable throwable)
throwable - of type Throwable| Method Detail |
|---|
public FlowElement getFlowElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||