Name

IllegalStateException

Synopsis

This exception is thrown to indicate that a method has been invoked under inappropriate circumstances. For example, a method may throw this exception to indicate that it expected the caller to first set the parameters that it requires to complete its operation. This class is the same as its J2SE equivalent, apart from its inability to be serialized.

                  
public class IllegalStateException extends RuntimeException {  
// Public Constructors
   public IllegalStateException();  
   public IllegalStateException( String s);  
}

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.