? ConversionException

????????:
Serializable

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

???????:
1.3
??:
$Id$
????:
  • ??????

    • cause

      protected Throwable cause
      The root cause of this ConversionException, compatible with JDK 1.4's extensions to java.lang.Throwable.
  • ???????

    • ConversionException

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

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

      Construct a new exception with the specified root cause.
      ??:
      cause - The root cause of this exception
  • ??????