edu.mit.ai.psg.jevaES
Class AbruptCompletionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.mit.ai.psg.jevaES.AbruptCompletionException
Direct Known Subclasses:
BreakException, ContinueException, ReturnException, ThrowException

public abstract class AbruptCompletionException
extends Exception

Instances of subclasses of AbruptCompletionException are thrown to implement abrupt completion of statements via break, continue, return, or throw.

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

Constructor Summary
AbruptCompletionException()
           
 
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

AbruptCompletionException

public AbruptCompletionException()

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu