|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPreverificationError
The interface IPreverificationError
and its implementors
represents a preverification error that was caught while preverifing of the
compiled classes of a IMTJProject
.
All implementations of this interface are internal, and should not be
accessed directly by clients(compatibility will not be maintained). This
Interface was only made available publicly to maintain consistency of the
IPreverifier
interface. Most clients will never use it.
Method Summary | |
---|---|
String |
getDetail()
Returns the detail message string of this PreverificationError. |
Object |
getLocation()
Returns the location where the error occurred or null if the
location is unknown. |
Object |
getType()
Returns the type of the error found during preverification. |
Method Detail |
---|
String getDetail()
Object getLocation()
null
if the
location is unknown.
null
if the location is unknown.Object getType()
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |