de.cau.cs.kieler.core.model.transformation
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cau.cs.kieler.core.model.transformation.TransformationException
All Implemented Interfaces:
Serializable

public class TransformationException
extends Exception

This exception indicates that something went wrong during the transformation.

See Also:
Serialized Form
Rating red

Constructor Summary
TransformationException()
          Creates a new TransformationException.
TransformationException(String message)
          Creates a new TransformationException.
TransformationException(String message, Throwable cause)
          Creates a new TransformationException.
TransformationException(Throwable cause)
          Creates a new TransformationException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformationException

public TransformationException()
Creates a new TransformationException.


TransformationException

public TransformationException(String message)
Creates a new TransformationException.

Parameters:
message -

TransformationException

public TransformationException(Throwable cause)
Creates a new TransformationException.

Parameters:
cause -

TransformationException

public TransformationException(String message,
                               Throwable cause)
Creates a new TransformationException.

Parameters:
message -
cause -