org.springframework.binding.convert
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.binding.convert.ConversionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConversionExecutionException, ConversionExecutorNotFoundException
public abstract class ConversionException
- extends RuntimeException
Base class for exceptions thrown by the convert system.
- Author:
- Keith Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException(String message,
Throwable cause)
- Creates a new conversion exception.
- Parameters:
message
- the exception messagecause
- the cause
ConversionException
public ConversionException(String message)
- Creates a new conversion exception.
- Parameters:
message
- the exception message