Class ConversionException

All Implemented Interfaces:
Serializable

A ConversionException indicates that a call to Converter.convert() has failed to complete successfully.

Since:
1.3
See Also:
  • Field Details

  • Constructor Details

    • ConversionException

      public ConversionException(String message)
      Constructs a new exception with the specified message.
      Parameters:
      message - The message describing this exception
    • ConversionException

      public ConversionException(String message, Throwable cause)
      Constructs a new exception with the specified message and root cause.
      Parameters:
      message - The message describing this exception
      cause - The root cause of this exception
    • ConversionException

      Constructs a new exception with the specified root cause.
      Parameters:
      cause - The root cause of this exception