de.cau.cs.kieler.kiml.service.formats
Class TransformationException

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.service.formats.TransformationException

public class TransformationException
extends RuntimeException

An exception for graph transformation errors.

Rating red

Constructor Summary
TransformationException()
          Default constructor.
TransformationException(String message)
          Constructor with a message.
TransformationException(String message, Throwable throwable)
          Constructor with a message for enclosing another throwable.
TransformationException(Throwable throwable)
          Constructor for enclosing another throwable.
 
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

TransformationException

public TransformationException()
Default constructor.


TransformationException

public TransformationException(String message)
Constructor with a message.

Parameters:
message - the message describing the exception

TransformationException

public TransformationException(Throwable throwable)
Constructor for enclosing another throwable.

Parameters:
throwable - a throwable to be enclosed by this exception

TransformationException

public TransformationException(String message,
                               Throwable throwable)
Constructor with a message for enclosing another throwable.

Parameters:
message - the message describing the exception
throwable - a throwable to be enclosed by this exception