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

Constructor Index

 o ContinueException()
 o ContinueException(String)

Method Index

 o getLabel()

Constructors

 o ContinueException
 public ContinueException()
 o ContinueException
 public ContinueException(String continueLabel)

Methods

 o getLabel
 public String getLabel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index