edu.rice.cs.drjava.model.repl
Class ExceptionReturnedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.rice.cs.drjava.model.repl.ExceptionReturnedException
All Implemented Interfaces:
Serializable

public class ExceptionReturnedException
extends Exception

Exception to be returned by the interpreter to contain the exception that occurred during interpretation.

Version:
$Id: ExceptionReturnedException.java,v 1.3 2002/02/08 14:22:21 brianstoler Exp $
See Also:
Serialized Form

Field Summary
private  Throwable _contained
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ExceptionReturnedException(Throwable t)
           
 
Method Summary
 Throwable getContainedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

_contained

private final Throwable _contained
Constructor Detail

ExceptionReturnedException

public ExceptionReturnedException(Throwable t)
Method Detail

getContainedException

public Throwable getContainedException()