de.cau.cs.kieler.kiml
Class UnsupportedGraphException

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.UnsupportedGraphException

public class UnsupportedGraphException
extends RuntimeException

Thrown when a layout algorithm is executed on a graph that is not supported.

Rating yellow
(2011-03-14) reviewed by cmot, cds

Constructor Summary
UnsupportedGraphException()
          Create an unsupported graph exception with no parameters.
UnsupportedGraphException(String message)
          Create an unsupported graph exception with a message.
UnsupportedGraphException(String message, Throwable cause)
          Create an unsupported graph 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

UnsupportedGraphException

public UnsupportedGraphException()
Create an unsupported graph exception with no parameters.


UnsupportedGraphException

public UnsupportedGraphException(String message)
Create an unsupported graph exception with a message.

Parameters:
message - a message

UnsupportedGraphException

public UnsupportedGraphException(String message,
                                 Throwable cause)
Create an unsupported graph exception with a message and a cause.

Parameters:
message - a message
cause - a cause