All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.mit.ai.psg.jevaES.ReturnException

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

public class ReturnException
extends AbruptCompletionException
ReturnExceptions are thrown to implement abrupt completion of methods.

Author:
CarlManning, caroma@ai.mit.edu
Copyright (c) 1997 Massachusetts Institute of Technology

Constructor Index

 o ReturnException()
 o ReturnException(Object)

Method Index

 o getValue()

Constructors

 o ReturnException
 public ReturnException()
 o ReturnException
 public ReturnException(Object returnValue)

Methods

 o getValue
 public Object getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index