FileDocCategorySizeDatePackage
IllegalModeException.javaAPI DocphoneME MR2 API (J2ME)1641Wed May 02 18:00:28 BST 2007javax.microedition.io.file

IllegalModeException

public class IllegalModeException extends RuntimeException
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform

Fields Summary
Constructors Summary
public IllegalModeException()

        super();
    
public IllegalModeException(String detailMessage)

        super(detailMessage);
    
Methods Summary