Class TransformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thortech.xl.util.ThorException
com.thortech.xl.ddm.exception.TransformationException
All Implemented Interfaces:
Serializable

public class TransformationException extends com.thortech.xl.util.ThorException
This exception signals the transformation failure during a DM import or Export.
Author:
evandana
See Also:
  • Constructor Details

    • TransformationException

      public TransformationException()
    • TransformationException

      public TransformationException(String arg0)
      Parameters:
      arg0 -
    • TransformationException

      public TransformationException(String arg0, Exception arg1)
      Parameters:
      arg0 -
      arg1 -
    • TransformationException

      public TransformationException(Exception arg0)
      Parameters:
      arg0 -