org.springframework.core.convert
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.core.convert.ConversionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConversionFailedException, ConverterNotFoundException
public abstract class ConversionException
- extends NestedRuntimeException
Base class for exceptions thrown by the conversion system.
- Since:
- 3.0
- Author:
- Keith Donald
- See Also:
- Serialized Form
ConversionException
public ConversionException(String message)
- Construct a new conversion exception.
- Parameters:
message
- the exception message
ConversionException
public ConversionException(String message,
Throwable cause)
- Construct a new conversion exception.
- Parameters:
message
- the exception messagecause
- the cause