If the converstion supplied is not supported this method can either throw an exception or return null
.
null
@param target The type of the converted object.
@return An instance of target, or null
if the conversion could not take place.
@throws Exception If the conversion can not take place.
|
|
|
|
|
|
|
|
|
|
|
|
|
|