|
|||||||||
| 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.VerifyingError
Error used to capture context of internal errors thrown while verifying types in source code. (Not related to java.lang.VerifyError, which is about bytecode verification of class files by a JVM.)
| Field Summary | |
IEnv |
environment
|
Throwable |
error
|
IJevaNode |
node
|
| Constructor Summary | |
VerifyingError(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 VerifyingError(IJevaNode n,
IEnv env,
Throwable err)
| 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 | ||||||||