|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--edu.mit.ai.psg.jevaES.EvaluatingError
Error used to capture context of internal errors thrown while evaluating. (In contrast, ThrowException is used to wrap throwables that are generated by the correctly running program.)
ThrowException, Serialized Form| Field Summary | |
IEnv |
environment
|
Throwable |
error
|
IJevaNode |
node
|
| Constructor Summary | |
EvaluatingError(IJevaNode n,
IEnv env,
Throwable err)
|
|
| 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 IJevaNode node
public IEnv environment
public Throwable error
| Constructor Detail |
public EvaluatingError(IJevaNode n,
IEnv env,
Throwable err)
| Method Detail |
public String toString()
|
Copyright (c) 1996-1999 Massachusetts Institute of Technology Feedback: jeva-bugs@ai.mit.edu |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||