|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalArgumentException | |
---|---|
com.sun.squawk.microedition.io | Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. |
java.lang | MID Profile Language Classes included from Java 2 Standard Edition. |
Uses of IllegalArgumentException in com.sun.squawk.microedition.io |
---|
Methods in com.sun.squawk.microedition.io that throw IllegalArgumentException | |
---|---|
int |
SocketConnection.getSocketOption(byte option)
Get a socket option for the connection. |
void |
SocketConnection.setSocketOption(byte option,
int value)
Set a socket option for the connection. |
Uses of IllegalArgumentException in java.lang |
---|
Subclasses of IllegalArgumentException in java.lang | |
---|---|
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
class |
NumberFormatException
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. |
|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |