edu.mit.ai.psg.jevaES
Class VerifyingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.mit.ai.psg.jevaES.VerifyingException
- Direct Known Subclasses:
- IllegalConstructException, IllegalNameException, IllegalTypeException
- public abstract class VerifyingException
- extends Exception
Base class for exceptions for illegal nodes found during verification;
saves node and environment where problem occurred.
In contrast, AbruptCompletionExceptions are thrown during evaluation
by the correctly running program.
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology
- See Also:
AbruptCompletionException, Serialized Form
node
public IJevaNode node
environment
public IEnv environment
toString
public String toString()
- Overrides:
- toString in class Throwable