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

Field Summary
 Throwable error
           
 IJevaNode node
           
 
Constructor Summary
GenerateRepresentationClass.GeneratingError(IJevaNode n, 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

node

public IJevaNode node

error

public Throwable error
Constructor Detail

GenerateRepresentationClass.GeneratingError

public GenerateRepresentationClass.GeneratingError(IJevaNode n,
                                                   Throwable err)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu