MID Profile

Uses of Class
java.lang.IllegalArgumentException

Packages that use IllegalArgumentException
java.lang MID Profile Language Classes included from Java 2 Standard Edition. 
javax.microedition.io MID Profile includes networking support based on the Generic Connection framework from the Connected, Limited Device Configuration
 

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.
 

Uses of IllegalArgumentException in javax.microedition.io
 

Methods in javax.microedition.io that throw IllegalArgumentException
 void SocketConnection.setSocketOption(byte option, int value)
          Set a socket option for the connection.
 int SocketConnection.getSocketOption(byte option)
          Get a socket option for the connection.
 


MID Profile

Submit a comment or suggestion Version 2.0 of MID Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.