edu.rice.cs.drjava.model.repl.newjvm
Class InterpretResult.UnexpectedExceptionResult

java.lang.Object
  extended by edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
      extended by edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.UnexpectedExceptionResult
All Implemented Interfaces:
Serializable
Enclosing class:
InterpretResult

private static class InterpretResult.UnexpectedExceptionResult
extends InterpretResult


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
InterpretResult.Visitor<T>
 
Field Summary
private  Throwable _t
           
 
Constructor Summary
InterpretResult.UnexpectedExceptionResult(Throwable t)
           
 
Method Summary
<T> T
apply(InterpretResult.Visitor<T> v)
           
 
Methods inherited from class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
booleanValue, busy, charValue, exception, noValue, numberValue, objectValue, stringValue, unexpectedException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_t

private final Throwable _t
Constructor Detail

InterpretResult.UnexpectedExceptionResult

public InterpretResult.UnexpectedExceptionResult(Throwable t)
Method Detail

apply

public <T> T apply(InterpretResult.Visitor<T> v)
Specified by:
apply in class InterpretResult