|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.preverifier.results.PreverificationErrorType
public final class PreverificationErrorType
Error type enumeration for errors that are found during preverification.
| Field Summary | |
|---|---|
static PreverificationErrorType |
FINALIZERS
Finalizers not allowed |
static int |
FINALIZERS_CODE
Finalizers not allowed code |
static PreverificationErrorType |
FLOATING_POINT
Floating point not allowed in CLDC 1.0 |
static int |
FLOATING_POINT_CODE
Floating point not allowed in CLDC 1.0 code |
static PreverificationErrorType |
MISSING_TYPE
Missing type definition |
static int |
MISSING_TYPE_CODE
Missing type definition code |
static PreverificationErrorType |
NATIVE
Native methods not allowed |
static int |
NATIVE_CODE
Native methods not allowed code |
static PreverificationErrorType |
NO_ERROR
No error type |
static int |
NO_ERROR_CODE
No error code |
static PreverificationErrorType |
UNKNOWN_ERROR
Unknown error type |
static int |
UNKNOWN_ERROR_CODE
Unknown error type code |
| Method Summary | |
|---|---|
int |
getErrorCode()
Get the code of th error that occurred. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_ERROR_CODE
public static final PreverificationErrorType NO_ERROR
public static final int NATIVE_CODE
public static final PreverificationErrorType NATIVE
public static final int FLOATING_POINT_CODE
public static final PreverificationErrorType FLOATING_POINT
public static final int FINALIZERS_CODE
public static final PreverificationErrorType FINALIZERS
public static final int MISSING_TYPE_CODE
public static final PreverificationErrorType MISSING_TYPE
public static final int UNKNOWN_ERROR_CODE
public static final PreverificationErrorType UNKNOWN_ERROR
| Method Detail |
|---|
public int getErrorCode()
public String toString()
toString in class ObjectObject.toString()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||