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