org.sr.common.transformer
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sr.common.transformer.TransformationException
All Implemented Interfaces:
java.io.Serializable

public class TransformationException
extends java.lang.Exception

Thrown if any exception happens during transformation process

Author:
Serhat Dirik
See Also:
Serialized Form

Constructor Summary
TransformationException()
           
TransformationException(java.lang.String arg0)
           
TransformationException(java.lang.String arg0, java.lang.Throwable arg1)
           
TransformationException(java.lang.Throwable arg0)
           
 
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

TransformationException

public TransformationException()

TransformationException

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

TransformationException

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

TransformationException

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