org.oddjob.arooa.convert
Class ConvertletException

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.ConvertletException
All Implemented Interfaces:
Serializable

public class ConvertletException
extends ArooaConversionException

Thrown when a Convertlet can't convert something.

See Also:
Serialized Form
Author:
rob

Constructor Summary
ConvertletException(Exception cause)
           
ConvertletException(String message)
           
ConvertletException(String message, Exception cause)
           
 
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

ConvertletException

public ConvertletException(String message,
                           Exception cause)

ConvertletException

public ConvertletException(String message)

ConvertletException

public ConvertletException(Exception cause)