UnsupportedFieldExceptionpublic class UnsupportedFieldException extends RuntimeException This class is defined by the JSR-75 specification
PDA Optional Packages for the J2ME™ Platform |
Constructors Summary |
---|
public UnsupportedFieldException()
| public UnsupportedFieldException(String detailMessage)
super(detailMessage);
| public UnsupportedFieldException(String detailMessage, int field)
|
Methods Summary |
---|
public int | getField()
return 0;
|
|