de.cau.cs.kieler.core.model.m2m
Class TransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cau.cs.kieler.core.model.m2m.TransformException

public class TransformException
extends Exception

Thrown when a model transformation fails.

Rating red

Constructor Summary
TransformException()
          Create a transform exception with no parameters.
TransformException(String message)
          Create a transform exception with a message.
TransformException(String message, Throwable cause)
          Create a transform exception with a message and a cause.
TransformException(Throwable cause)
          Create a transform exception with 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

TransformException

public TransformException()
Create a transform exception with no parameters.


TransformException

public TransformException(String message)
Create a transform exception with a message.

Parameters:
message - a message

TransformException

public TransformException(String message,
                          Throwable cause)
Create a transform exception with a message and a cause.

Parameters:
message - a message
cause - a cause

TransformException

public TransformException(Throwable cause)
Create a transform exception with a cause.

Parameters:
cause - a cause