com.sap.aii.mapping.api
Class StreamTransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
getRootCause
public Throwable getRootCause()
- Returns the root cause.
Copyright 2007 SAP AG Complete Copyright Notice