Mobile Tools for Java
Release 1.0

org.eclipse.mtj.preverifier.results
Interface IMethodErrorInformation


public interface IMethodErrorInformation

Interface representing field level information in a preverification error.


Method Summary
 String getName()
          Return the name of the method in which the error occurred.
 String getTypeDescription()
          Return the type description information for the field in which the error occurred.
 

Method Detail

getName

String getName()
Return the name of the method in which the error occurred.

Returns:

getTypeDescription

String getTypeDescription()
Return the type description information for the field in which the error occurred.

Returns:

Mobile Tools for Java
Release 1.0