Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.databinding
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.api.TuscanyRuntimeException
                  extended by org.apache.tuscany.spi.databinding.TransformationException
All Implemented Interfaces:
Serializable

public class TransformationException
extends TuscanyRuntimeException

Reports problems during data transformation

See Also:
Serialized Form

Constructor Summary
TransformationException()
           
TransformationException(String message)
           
TransformationException(String message, Throwable cause)
           
TransformationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.api.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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()

TransformationException

public TransformationException(String message,
                               Throwable cause)

TransformationException

public TransformationException(String message)

TransformationException

public TransformationException(Throwable cause)

Apache Tuscany SCA Kernel Sub-Project

-