? ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.beanutils.ConversionException
- ????????:
Serializable
A ConversionException indicates that a call to
Converter.convert()
has failed to complete successfully.
- ???????:
- 1.3
- ??:
- $Id$
- ????:
-
????
?? -
?????
????????ConversionException
(String message) Construct a new exception with the specified message.ConversionException
(String message, Throwable cause) Construct a new exception with the specified message and root cause.ConversionException
(Throwable cause) Construct a new exception with the specified root cause. -
????
-
??????
-
cause
The root cause of thisConversionException
, compatible with JDK 1.4's extensions tojava.lang.Throwable
.
-
-
???????
-
ConversionException
Construct a new exception with the specified message.- ??:
message
- The message describing this exception
-
ConversionException
Construct a new exception with the specified message and root cause.- ??:
message
- The message describing this exceptioncause
- The root cause of this exception
-
ConversionException
Construct a new exception with the specified root cause.- ??:
cause
- The root cause of this exception
-
-
??????