edu.mit.ai.psg.jeva
Class GenerateRepresentationClass.GeneratingError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--edu.mit.ai.psg.jeva.GenerateRepresentationClass.GeneratingError
- public static class GenerateRepresentationClass.GeneratingError
- extends Error
Error used to capture context of internal errors thrown
while generating.
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998, 1999 Massachusetts Institute of Technology
- See Also:
- Serialized Form
node
public IJevaNode node
error
public Throwable error
GenerateRepresentationClass.GeneratingError
public GenerateRepresentationClass.GeneratingError(IJevaNode n,
Throwable err)
toString
public String toString()
- Overrides:
- toString in class Throwable