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
-
ReturnException()
-
-
ReturnException(Object)
-
-
getValue()
-
ReturnException
public ReturnException()
ReturnException
public ReturnException(Object returnValue)
getValue
public Object getValue()
All Packages Class Hierarchy This Package Previous Next Index