Uses of Class
java.lang.IllegalArgumentException

Packages that use IllegalArgumentException
com.intel.bluetooth.gcf.socket   
java.lang Core Java classes 
javax.microedition.io   
javax.microedition.location Location API 
lejos.util More utility classes 
 

Uses of IllegalArgumentException in com.intel.bluetooth.gcf.socket
 

Methods in com.intel.bluetooth.gcf.socket that throw IllegalArgumentException
 int SocketConnection.getSocketOption(byte option)
           
 void SocketConnection.setSocketOption(byte option, int value)
           
 

Uses of IllegalArgumentException in java.lang
 

Subclasses of IllegalArgumentException in java.lang
 class NumberFormatException
           
 

Uses of IllegalArgumentException in javax.microedition.io
 

Methods in javax.microedition.io that throw IllegalArgumentException
 int SocketConnection.getSocketOption(byte option)
           
 void SocketConnection.setSocketOption(byte option, int value)
           
 

Uses of IllegalArgumentException in javax.microedition.location
 

Methods in javax.microedition.location that throw IllegalArgumentException
static String Coordinates.convert(double coordinate, int outputType)
          UNTESTED as of April 7, 2009 - BB / /** Converts a double representation of a coordinate with decimal degrees into a string representation.
static double Coordinates.convert(String coordinate)
          Converts a String representation of a coordinate into the double representation as used in this API.
 String AddressInfo.getField(int field)
          Returns the value of an address field.
protected  void Location.setCourse(float course)
          Sets the terminal's course, ensuring that the value is always in the range [0.0,360.0) degrees.
 void AddressInfo.setField(int field, String value)
          Sets the value of an address field.
protected  void Location.setSpeed(float speed)
          Set the current ground speed of the location object in m/s.
 

Uses of IllegalArgumentException in lejos.util
 

Methods in lejos.util that throw IllegalArgumentException
static Matrix Matrix.constructWithCopy(double[][] A)
          Construct a matrix from a copy of a 2-D array.
 Matrix Matrix.times(Matrix B)
          Linear algebraic matrix multiplication, A * B
 

Constructors in lejos.util that throw IllegalArgumentException
Matrix(double[][] A)
          Construct a matrix from a 2-D array.
Matrix(double[] vals, int m)
          Construct a matrix from a one-dimensional packed array