|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException cascading.CascadingException cascading.flow.FlowException cascading.flow.planner.PlannerException
public class PlannerException
Class PlannerException is thrown when a job planner fails.
For debugging purposes, the PlannerException holds a copy of the internal job representation which can be written out to disk and visualized with tools that support the DOT file format using thewriteDOT(String)
method.
Constructor Summary | |
---|---|
PlannerException()
Constructor PlannerException creates a new PlannerException instance. |
|
PlannerException(Pipe pipe,
String message)
Constructor PlannerException creates a new PlannerException instance. |
|
PlannerException(Pipe pipe,
String message,
Throwable throwable)
Constructor PlannerException creates a new PlannerException instance. |
|
PlannerException(Pipe pipe,
String message,
Throwable throwable,
ElementGraph elementGraph)
Constructor PlannerException creates a new PlannerException instance. |
|
PlannerException(String string)
Constructor PlannerException creates a new PlannerException instance. |
|
PlannerException(String string,
Throwable throwable)
Constructor PlannerException creates a new PlannerException instance. |
|
PlannerException(String string,
Throwable throwable,
ElementGraph elementGraph)
Constructor PlannerException creates a new PlannerException instance. |
|
PlannerException(Throwable throwable)
Constructor PlannerException creates a new PlannerException instance. |
Method Summary | |
---|---|
void |
writeDOT(String filename)
Method writeDOT writes the failed Flow instance to the given filename as a DOT file for import into a graphics package. |
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 PlannerException()
public PlannerException(Pipe pipe, String message)
pipe
- of type Pipemessage
- of type Stringpublic PlannerException(Pipe pipe, String message, Throwable throwable)
pipe
- of type Pipemessage
- of type Stringthrowable
- of type Throwablepublic PlannerException(Pipe pipe, String message, Throwable throwable, ElementGraph elementGraph)
pipe
- of type Pipemessage
- of type Stringthrowable
- of type ThrowableelementGraph
- of type ElementGraphpublic PlannerException(String string)
string
- of type Stringpublic PlannerException(String string, Throwable throwable)
string
- of type Stringthrowable
- of type Throwablepublic PlannerException(Throwable throwable)
throwable
- of type Throwablepublic PlannerException(String string, Throwable throwable, ElementGraph elementGraph)
string
- of type Stringthrowable
- of type ThrowableelementGraph
- of type SimpleDirectedGraphMethod Detail |
---|
public void writeDOT(String filename)
filename
- of type String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |