? ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.util.converter.ConversionException
- ????????:
Serializable
This Runtime Exception is thrown when an object is requested to be converted
but the conversion cannot be done. For example when the String "test" is to
be converted into a Long.
- ????:
-
?????
????????ConversionException
(String message) Create a Conversion Exception with a message.ConversionException
(String message, Throwable cause) Create a Conversion Exception with a message and a nested cause. -
????
-
???????
-
ConversionException
Create a Conversion Exception with a message.- ??:
message
- The message for this exception.
-
ConversionException
Create a Conversion Exception with a message and a nested cause.- ??:
message
- The message for this exception.cause
- The causing exception.
-