de.cau.cs.kieler.kiml.graphviz.layouter
Class GraphvizException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.cau.cs.kieler.kiml.graphviz.layouter.GraphvizException
public class GraphvizException
- extends RuntimeException
Represents errors that occurs while calling the Graphviz command-line tool for
automatic layout..
- Rating

GraphvizException
public GraphvizException(String message)
- Create a Graphviz exception with a message.
- Parameters:
message
- a message
GraphvizException
public GraphvizException(String message,
Throwable cause)
- Create a Graphviz exception with a message and a cause.
- Parameters:
message
- a messagecause
- a cause