Skip navigation links


com.thortech.xl.ddm.exception
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thortech.xl.util.ThorException
              extended by com.thortech.xl.ddm.exception.TransformationException

All Implemented Interfaces:
java.io.Serializable

public class TransformationException
extends com.thortech.xl.util.ThorException

This exception signals the transformation failure during a DM import or Export.

See Also:
Serialized Form

Constructor Summary
TransformationException()
           
TransformationException(java.lang.Exception arg0)
           
TransformationException(java.lang.String arg0)
           
TransformationException(java.lang.String arg0, java.lang.Exception arg1)
           

 

Method Summary

 

Methods inherited from class com.thortech.xl.util.ThorException
getOriginalCause, setCause

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TransformationException

public TransformationException()

TransformationException

public TransformationException(java.lang.String arg0)
Parameters:
arg0 -

TransformationException

public TransformationException(java.lang.String arg0,
                               java.lang.Exception arg1)
Parameters:
arg0 -
arg1 -

TransformationException

public TransformationException(java.lang.Exception arg0)
Parameters:
arg0 -

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.