org.oddjob.arooa.convert
Class ConversionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.oddjob.arooa.convert.ArooaConversionException
              extended by org.oddjob.arooa.convert.ConversionFailedException
All Implemented Interfaces:
Serializable

public class ConversionFailedException
extends ArooaConversionException

Caused when a Conversion fails.

See Also:
Serialized Form
Author:
rob

Constructor Summary
ConversionFailedException(ConversionStack conversionStack, Exception cause)
           
 
Method Summary
 ConversionStack getConversionStack()
           
 
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

ConversionFailedException

public ConversionFailedException(ConversionStack conversionStack,
                                 Exception cause)
Method Detail

getConversionStack

public ConversionStack getConversionStack()