IM Profile

Uses of Class
java.lang.IllegalArgumentException

Packages that use IllegalArgumentException
com.siemens.icm.io Siemens IMP utility classes for accessing the functionality of a wireless module.  
com.siemens.icm.misc   
java.lang Provides classes that are fundamental to the Java programming language. 
javax.microedition.io Classes for the Generic Connection framework. 
 

Uses of IllegalArgumentException in com.siemens.icm.io
 

Methods in com.siemens.icm.io that throw IllegalArgumentException
static String ATStringConverter.Java2GSM(String str)
          Converts a Java encoded string into a GSM encoded string.
static String ATStringConverter.UCS2Hex2Java(String str)
          Converts a string in the UCS2 hex format into a Java encoded string.
 String ATCommand.send(String ATCmd)
          Send an AT command to the device.
 void ATCommand.send(String ATCmd, ATCommandResponseListener response)
          Send an AT command to the device.
 

Uses of IllegalArgumentException in com.siemens.icm.misc
 

Methods in com.siemens.icm.misc that throw IllegalArgumentException
static void Watchdog.start(int secs)
          Controls the application level watchdog.
 

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.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM 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.