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
Base class for exceptions thrown by the convert system.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionConversionException
(String message) Creates a new conversion exception.ConversionException
(String message, Throwable cause) Creates a new conversion exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
Creates a new conversion exception.- Parameters:
message
- the exception messagecause
- the cause
-
ConversionException
Creates a new conversion exception.- Parameters:
message
- the exception message
-