Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.infrastructure.item.file.transform.ConversionException
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
as of 6.0, scheduled for removal in 6.2 or later.
- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
msg- the detail message.
-