Name

IllegalArgumentException

Synopsis

This exception signals that a method has been passed an argument whose value does not meet certain conditions. This exception is often thrown to signal that a null reference has been passed to a method that expects a non-null argument. This class is the same as its J2SE equivalent, apart from its inability to be serialized.

                  Thrown By
public class IllegalArgumentException extends RuntimeException {  
// Public Constructors
   public IllegalArgumentException();  
   public IllegalArgumentException( String s);  
}

Subclasses

IllegalThreadStateException, NumberFormatException

Get J2ME in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.