|
|||||||||
| 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
public class FlowException
FlowException instances are thrown on errors when executing a Flow.
| Constructor Summary | |
|---|---|
FlowException()
Constructor FlowException creates a new FlowException instance. |
|
FlowException(String message)
Constructor FlowException creates a new FlowException instance. |
|
FlowException(String flowName,
String message,
Throwable throwable)
Constructor FlowException creates a new FlowException instance. |
|
FlowException(String message,
Throwable throwable)
Constructor FlowException creates a new FlowException instance. |
|
FlowException(Throwable throwable)
Constructor FlowException creates a new FlowException instance. |
|
| Method Summary | |
|---|---|
String |
getFlowName()
Method getFlowName returns the name of the parent Flow instance. |
| 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 FlowException()
public FlowException(String message)
message - of type String
public FlowException(String message,
Throwable throwable)
message - of type Stringthrowable - of type Throwable
public FlowException(String flowName,
String message,
Throwable throwable)
flowName - of type Stringmessage - of type Stringthrowable - of type Throwablepublic FlowException(Throwable throwable)
throwable - of type Throwable| Method Detail |
|---|
public String getFlowName()
Flow instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||