com.sap.aii.mapping.api

Class StreamTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.aii.mapping.api.StreamTransformationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LookupException

public class StreamTransformationException
extends Exception

This exception can be thrown by AbstractTransformation.transform(TransformationInput, TransformationOutput) to indicate problem during mapping.

See Also:
Serialized Form

Constructor Summary
StreamTransformationException(String message)
          Constructs a StreamTransformationException with the specified detail message.
StreamTransformationException(String message, Throwable rootCause)
          Constructs a StreamTransformationException with the specified detail message and root cause.
 
Method Summary
 Throwable getRootCause()
          Returns the root cause.
 
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

StreamTransformationException

public StreamTransformationException(String message)
Constructs a StreamTransformationException with the specified detail message.

Parameters:
message - the detail message.

StreamTransformationException

public StreamTransformationException(String message,
                                     Throwable rootCause)
Constructs a StreamTransformationException with the specified detail message and root cause.

Parameters:
message - the detail message.
rootCause - the root cause.
Method Detail

getRootCause

public Throwable getRootCause()
Returns the root cause.



Copyright 2007 SAP AG Complete Copyright Notice