Class TypeTransformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.TypeTransformationException
All Implemented Interfaces:
Serializable

public class TypeTransformationException extends Exception
The exception which is thrown if a transformation does not work.
See Also:
  • Field Details

  • Constructor Details

    • TypeTransformationException

      public TypeTransformationException()
    • TypeTransformationException

      public TypeTransformationException(String message)
    • TypeTransformationException

      public TypeTransformationException(String message, Throwable cause)
    • TypeTransformationException

      public TypeTransformationException(Throwable cause)