Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.preverifier.results.PreverificationErrorType

Packages that use PreverificationErrorType
org.eclipse.mtj.preverifier.results This package provides the model representing the preverification results. 
 

Uses of PreverificationErrorType in org.eclipse.mtj.preverifier.results
 

Fields in org.eclipse.mtj.preverifier.results declared as PreverificationErrorType
static PreverificationErrorType PreverificationErrorType.FINALIZERS
          Finalizers not allowed
static PreverificationErrorType PreverificationErrorType.FLOATING_POINT
          Floating point not allowed in CLDC 1.0
static PreverificationErrorType PreverificationErrorType.MISSING_TYPE
          Missing type definition
static PreverificationErrorType PreverificationErrorType.NATIVE
          Native methods not allowed
static PreverificationErrorType PreverificationErrorType.NO_ERROR
          No error type
static PreverificationErrorType PreverificationErrorType.UNKNOWN_ERROR
          Unknown error type
 

Methods in org.eclipse.mtj.preverifier.results that return PreverificationErrorType
 PreverificationErrorType PreverificationError.getType()
          Returns the type of the error.
 

Constructors in org.eclipse.mtj.preverifier.results with parameters of type PreverificationErrorType
PreverificationError(PreverificationErrorType type, PreverificationErrorLocation location, String detailMessage)
          Construct a new error.
 


Mobile Tools for Java
Release 1.0