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(since="6.0", forRemoval=true) public class ConversionException extends RuntimeException
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 Details

    • ConversionException

      public ConversionException(String msg)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      msg - the detail message.