edu.mit.ai.psg.jeva
Class BreakException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.mit.ai.psg.jeva.AbruptCompletionException
                    |
                    +--edu.mit.ai.psg.jeva.BreakException

public class BreakException
extends AbruptCompletionException

BreakExceptions are thrown to implement abrupt completion of statements.

Author:
CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology
See Also:
Serialized Form

Constructor Summary
BreakException()
           
BreakException(String breakLabel)
           
 
Method Summary
 String getLabel()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BreakException

public BreakException()

BreakException

public BreakException(String breakLabel)
Method Detail

getLabel

public String getLabel()

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu