2010 FRC Java API


Uses of Class
java.lang.IllegalArgumentException

Packages that use IllegalArgumentException
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.debugger.sda The classes that implement the Squawk VM side of the SDWP. 
com.sun.squawk.io.j2me   
com.sun.squawk.io.j2me.socket   
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
 

Methods in com.sun.squawk that throw IllegalArgumentException
 long Field.getPrimitiveConstantValue()
          Gets the primitive constant value of this static field.
 String Field.getStringConstantValue()
          Gets the String constant value of this static field.
 

Uses of IllegalArgumentException in com.sun.squawk.debugger.sda
 

Methods in com.sun.squawk.debugger.sda that throw IllegalArgumentException
 Object WeakIntHashtable.put(int key, Object value)
          Maps the specified key to the specified value in this hashtable.
 

Uses of IllegalArgumentException in com.sun.squawk.io.j2me
 

Methods in com.sun.squawk.io.j2me that throw IllegalArgumentException
abstract  boolean ParameterParser.parameter(String name, String value)
          Notifies a subclass of a = pair that has been parsed.
 

Uses of IllegalArgumentException in com.sun.squawk.io.j2me.socket
 

Methods in com.sun.squawk.io.j2me.socket that throw IllegalArgumentException
 int Protocol.getSocketOption(byte option)
           
 void Protocol.setSocketOption(byte option, int value)
           
 

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


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.