|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.mit.ai.psg.jeva.VerifyingException
|
+--edu.mit.ai.psg.jeva.IllegalConstructException
IllegalConstructException is thrown when Jeva finds a construct used in an illegal context, e.g., using "this" in a static method, or is malformed, e.g., an array initializer with too many elements. (These are "compile time errors" in the Java language specification.)
| Field Summary | |
String |
explanation
|
| Fields inherited from class edu.mit.ai.psg.jeva.VerifyingException |
environment,
node |
| Constructor Summary | |
IllegalConstructException(IJevaNode n,
IEnv env,
String explain)
|
|
| Method Summary | |
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public String explanation
| Constructor Detail |
public IllegalConstructException(IJevaNode n,
IEnv env,
String explain)
| Method Detail |
public String toString()
|
Copyright (c) 1996-1999 Massachusetts Institute of Technology Feedback: jeva-feedback@ai.mit.edu |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||