Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.build.preverifier
Interface IPreverificationError


public interface IPreverificationError

The description of an error that occurred during preverification.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
 String getDetail()
          Returns the detailed message concerning this error or null if no detail message has been specified.
 Object getLocation()
          Returns the location where the error occurred.
 Object getType()
          Returns the type of the error.
 

Method Detail

getDetail

String getDetail()
Returns the detailed message concerning this error or null if no detail message has been specified.

Returns:
Returns the detail.

getLocation

Object getLocation()
Returns the location where the error occurred.

Returns:
Returns the error location.

getType

Object getType()
Returns the type of the error.

Returns:
Returns the error type.

Mobile Tools for Java
Release 1.0