|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.microedition.pim.PIMException
public class PIMException
Represents exceptions thrown by the PIM classes. This class has a reason code optionally associated with it to provide more information about the PIM exception that occurred.
| Field Summary | ||
|---|---|---|
static int |
FEATURE_NOT_SUPPORTED
Indicates a PIM exception where the functionality is not supported in this implementation. |
|
static int |
GENERAL_ERROR
Indicates a general PIM exception error. |
|
static int |
LIST_CLOSED
Indicates a PIM exception where a list is closed and access is attempted. |
|
static int |
LIST_NOT_ACCESSIBLE
Indicates a PIM exception where a list is no longer accessible by the application, such as if the underlying PIM database is deleted. |
|
static int |
MAX_CATEGORIES_EXCEEDED
Indicates the max number of categories is exceeded. |
|
static int |
UNSUPPORTED_VERSION
Indicates the data is in an unsupported PIM version. |
|
static int |
UPDATE_ERROR
Indicates a PIM exception where the update could not continue. |
|
| Constructor Summary | ||
|---|---|---|
PIMException()
Constructs a new instance of this class with its stack trace filled in. |
||
PIMException(String detailMessage)
Constructs a new instance of this class with its stack trace and message filled in. |
||
PIMException(String detailMessage,
int reason)
Constructs a new instance of this class with its stacktrace, message, and reason filled in. |
||
| Method Summary | ||
|---|---|---|
int |
getReason()
Returns the reason for the PIM Exception. |
|
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int FEATURE_NOT_SUPPORTED
public static final int GENERAL_ERROR
public static final int LIST_CLOSED
public static final int LIST_NOT_ACCESSIBLE
public static final int MAX_CATEGORIES_EXCEEDED
public static final int UNSUPPORTED_VERSION
public static final int UPDATE_ERROR
| Constructor Detail |
|---|
public PIMException()
PIMException.GENERAL_ERROR.
public PIMException(String detailMessage)
PIMException.GENERAL_ERROR.
detailMessage - The detail message for the exception.
public PIMException(String detailMessage,
int reason)
detailMessage - The detail message for the exception.reason - the reason for the exception; should be one of the integer
constants defined in this class; this value will be
returned from PIMException.getReason().| Method Detail |
|---|
public int getReason()
PIMException.GENERAL_ERROR if no reason was specified to the
constructor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal