org.sr.common.transformer
Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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
-