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

Constructor Index

 o BreakException()
 o BreakException(String)

Method Index

 o getLabel()

Constructors

 o BreakException
 public BreakException()
 o BreakException
 public BreakException(String breakLabel)

Methods

 o getLabel
 public String getLabel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index