org.sr.common.transformer
Class TransformationNotSupportedException

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

public class TransformationNotSupportedException
extends java.lang.Exception

Thrown if transformation of given object is not supported

Author:
Serhat Dirik
See Also:
Serialized Form

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

TransformationNotSupportedException

public TransformationNotSupportedException()

TransformationNotSupportedException

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

TransformationNotSupportedException

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

TransformationNotSupportedException

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