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
ThrowException
public ThrowException(Throwable thrownValue)
getThrown
public Throwable getThrown()
toString
public String toString()
- Overrides:
- toString in class Throwable