FileDocCategorySizeDatePackage
UnsupportedFieldException.javaAPI DocphoneME MR2 API (J2ME)1826Wed May 02 18:00:28 BST 2007javax.microedition.pim

UnsupportedFieldException

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

Fields Summary
Constructors Summary
public UnsupportedFieldException()

    
public UnsupportedFieldException(String detailMessage)

        super(detailMessage);
    
public UnsupportedFieldException(String detailMessage, int field)

    
Methods Summary
public intgetField()

        return 0;