de.cau.cs.kieler.kiml.graphviz.layouter
Class GraphvizException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 red

Constructor Summary
GraphvizException(String message)
          Create a Graphviz exception with a message.
GraphvizException(String message, Throwable cause)
          Create a Graphviz exception with a message and a cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
cause - a cause