edu.mit.ai.psg.jeva
Class ThrowException

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

public class ThrowException
extends AbruptCompletionException

ThrowExceptions are thrown to implement thrown exceptions.

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

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

Constructor Detail

ThrowException

public ThrowException(Throwable thrownValue)
Method Detail

getThrown

public Throwable getThrown()

toString

public String toString()
Overrides:
toString in class Throwable

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu