edu.mit.ai.psg.jevaES
Class ContinueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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.

See Also:
Serialized Form

Constructor Summary
ContinueException()
           
ContinueException(String continueLabel)
           
 
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

ContinueException

public ContinueException()

ContinueException

public ContinueException(String continueLabel)
Method Detail

getLabel

public String getLabel()

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu