com.bea.wli.sb.sources
Class TransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.sb.sources.TransformException
All Implemented Interfaces:
Serializable

public class TransformException
extends Exception

Represents a Transformation error TODO: probably need error code/details parts

See Also:
Serialized Form

Constructor Summary
TransformException()
           
TransformException(String msg)
           
TransformException(String message, Throwable cause)
           
TransformException(Throwable cause)
           
 
Method Summary
 
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

TransformException

public TransformException()

TransformException

public TransformException(String msg)

TransformException

public TransformException(String message,
                          Throwable cause)

TransformException

public TransformException(Throwable cause)