org.nhindirect.xd.transform.exception
Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nhindirect.xd.transform.exception.TransformationException
- All Implemented Interfaces:
- Serializable
public class TransformationException
- extends Exception
Generic exception to be thrown from transformation classes.
- Author:
- beau
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransformationException
public TransformationException(String message,
Throwable throwable)
- Construct an exception.
- Parameters:
message - The exception message.throwable - The throwable causing the exception.
Copyright © 2010-2011. All Rights Reserved.