Mobile Tools for Java
Release 1.0

org.eclipse.mtj.preverifier.results
Interface IClassErrorInformation


public interface IClassErrorInformation

Interface representing class level information in a preverification error.


Method Summary
 String getName()
          Return the name of the class in which the error occurred.
 String getSourceFile()
          Return the source file for this class.
 

Method Detail

getName

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

Returns:

getSourceFile

String getSourceFile()
Return the source file for this class.

Returns:

Mobile Tools for Java
Release 1.0