public class PlannerException extends FlowException
writeDOT(String)
method.Constructor and Description |
---|
PlannerException()
Constructor PlannerException creates a new PlannerException instance.
|
PlannerException(Pipe pipe,
java.lang.String message)
Constructor PlannerException creates a new PlannerException instance.
|
PlannerException(Pipe pipe,
java.lang.String message,
java.lang.Throwable throwable)
Constructor PlannerException creates a new PlannerException instance.
|
PlannerException(Pipe pipe,
java.lang.String message,
java.lang.Throwable throwable,
ElementGraph elementGraph)
Constructor PlannerException creates a new PlannerException instance.
|
PlannerException(java.lang.String string)
Constructor PlannerException creates a new PlannerException instance.
|
PlannerException(java.lang.String string,
java.lang.Throwable throwable)
Constructor PlannerException creates a new PlannerException instance.
|
PlannerException(java.lang.String string,
java.lang.Throwable throwable,
ElementGraph elementGraph)
Constructor PlannerException creates a new PlannerException instance.
|
PlannerException(java.lang.Throwable throwable)
Constructor PlannerException creates a new PlannerException instance.
|
Modifier and Type | Method and Description |
---|---|
void |
writeDOT(java.lang.String filename)
Method writeDOT writes the failed Flow instance to the given filename as a DOT file for import into a graphics package.
|
getFlowName
public PlannerException()
public PlannerException(Pipe pipe, java.lang.String message)
pipe
- of type Pipemessage
- of type Stringpublic PlannerException(Pipe pipe, java.lang.String message, java.lang.Throwable throwable)
pipe
- of type Pipemessage
- of type Stringthrowable
- of type Throwablepublic PlannerException(Pipe pipe, java.lang.String message, java.lang.Throwable throwable, ElementGraph elementGraph)
pipe
- of type Pipemessage
- of type Stringthrowable
- of type ThrowableelementGraph
- of type ElementGraphpublic PlannerException(java.lang.String string)
string
- of type Stringpublic PlannerException(java.lang.String string, java.lang.Throwable throwable)
string
- of type Stringthrowable
- of type Throwablepublic PlannerException(java.lang.Throwable throwable)
throwable
- of type Throwablepublic PlannerException(java.lang.String string, java.lang.Throwable throwable, ElementGraph elementGraph)
string
- of type Stringthrowable
- of type ThrowableelementGraph
- of type SimpleDirectedGraph