org.nhindirect.xd.transform.exception
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TransformationException(String message, Throwable throwable)
          Construct an exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.