|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Boolean.valueOf, but allows
null values without an exception, and also translates the
string "on" as true which is useful for
converting request values.
RemoteException, then
provide the original exception, otherwise just return this exception.
null, return the string,
otherwise return the empty string.
RemoteException, then
provide the message from the original exception, otherwise just return
the message of this exception.
Integer.valueOf, but allows
null values without an exception.
true if it is null or an empty
string.
SystemException with a message.
SystemException with the given message and
cause.
SystemException with the given cause.
Integer.toString() except that it
allows null values, returning a null string
in this case.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||