All Packages Class Hierarchy This Package Previous Next Index
Class edu.mit.ai.psg.jevaES.ContinueException
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.ContinueException
- public class ContinueException
- extends AbruptCompletionException
ContinueExceptions are thrown to implement abrupt completion of
a loop body statement.
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997 Massachusetts Institute of Technology
-
ContinueException()
-
-
ContinueException(String)
-
-
getLabel()
-
ContinueException
public ContinueException()
ContinueException
public ContinueException(String continueLabel)
getLabel
public String getLabel()
All Packages Class Hierarchy This Package Previous Next Index