|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.motorola.oem.OEMException
public class OEMException
Parent Exception class to all OEM Exceptions.
Field Summary | |
---|---|
static int |
CONFIGURATION_ERROR
Configuration error code |
static int |
CONSTRUCT_CLASS_ERROR
Failed to construct class |
static int |
GENERAL_ERROR
General error code |
static int |
ILLEGAL_PARAM_ERROR
Illegal Param error code |
Method Summary | |
---|---|
int |
getErrorCode()
get error code of this exception instance |
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 GENERAL_ERROR
public static final int ILLEGAL_PARAM_ERROR
public static final int CONFIGURATION_ERROR
public static final int CONSTRUCT_CLASS_ERROR
Method Detail |
---|
public int getErrorCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |