Uses of Class
java.lang.IllegalArgumentException

Packages that use IllegalArgumentException
java.lang Core Java classes 
javax.microedition.location Location API 
lejos.realtime   
lejos.util More utility classes 
 

Uses of IllegalArgumentException in java.lang
 

Subclasses of IllegalArgumentException in java.lang
 class NumberFormatException
           
 

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.
 void AddressInfo.setField(int field, String value)
          Sets the value of an address field.
 

Uses of IllegalArgumentException in lejos.realtime
 

Methods in lejos.realtime that throw IllegalArgumentException
 void HighResolutionTime.set(long millis, int nanos)
          Sets the millisecond and nanosecond components of this.
 void PriorityParameters.setPriority(int priority)
          Sets the priority value.
 void Schedulable.setReleaseParameters(ReleaseParameters release)
          Sets the release parameters associated with this instance of Schedulable.
 void AsyncEventHandler.setReleaseParameters(ReleaseParameters release)
           
 void RealtimeThread.setReleaseParameters(ReleaseParameters release)
           
 void Schedulable.setSchedulingParameters(SchedulingParameters scheduling)
          Sets the scheduling parameters associated with this instance of Schedulable.
 void AsyncEventHandler.setSchedulingParameters(SchedulingParameters scheduling)
           
 void RealtimeThread.setSchedulingParameters(SchedulingParameters scheduling)
           
 

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