|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.preverifier.results.PreverificationError
public class PreverificationError
The description of an error that occurred during preverification.
| Constructor Summary | |
|---|---|
PreverificationError(PreverificationErrorType type,
PreverificationErrorLocation location,
String detailMessage)
Construct a new error. |
|
| Method Summary | |
|---|---|
String |
getDetail()
Returns the detailed message concerning this error or null
if no detail message has been specified. |
PreverificationErrorLocation |
getLocation()
Returns the location where the error occurred. |
PreverificationErrorType |
getType()
Returns the type of the error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreverificationError(PreverificationErrorType type,
PreverificationErrorLocation location,
String detailMessage)
type - location - detailMessage - | Method Detail |
|---|
public String getDetail()
null
if no detail message has been specified.
public PreverificationErrorLocation getLocation()
public PreverificationErrorType getType()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||