edu.mit.ai.psg.jeva
Class ReturnException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.mit.ai.psg.jeva.AbruptCompletionException
                    |
                    +--edu.mit.ai.psg.jeva.ReturnException

public class ReturnException
extends AbruptCompletionException

ReturnExceptions are thrown to implement abrupt completion of methods.

Author:
CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology
See Also:
Serialized Form

Constructor Summary
ReturnException()
           
ReturnException(Object returnValue)
           
 
Method Summary
 Object getValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnException

public ReturnException()

ReturnException

public ReturnException(Object returnValue)
Method Detail

getValue

public Object getValue()

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu