edu.mit.ai.psg.jeva
Class IllegalConstructException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.mit.ai.psg.jeva.VerifyingException
|
+--edu.mit.ai.psg.jeva.IllegalConstructException
- public class IllegalConstructException
- extends VerifyingException
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.)
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology
- See Also:
- Serialized Form
explanation
public String explanation
IllegalConstructException
public IllegalConstructException(IJevaNode n,
IEnv env,
String explain)
toString
public String toString()
- Overrides:
- toString in class VerifyingException