Mobile Tools for Java
Release 1.0

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

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

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

Methods in org.eclipse.mtj.preverifier.results that return PreverificationErrorLocation
 PreverificationErrorLocation PreverificationError.getLocation()
          Returns the location where the error occurred.
 

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


Mobile Tools for Java
Release 1.0