mockmaker
Class ExceptionalReturnValue

java.lang.Object
  extended bymockmaker.ExceptionalReturnValue

public class ExceptionalReturnValue
extends java.lang.Object


Field Summary
private  java.lang.Throwable exception
           
 
Constructor Summary
ExceptionalReturnValue(java.lang.Throwable exception)
           
 
Method Summary
 java.lang.Throwable getException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

private java.lang.Throwable exception
Constructor Detail

ExceptionalReturnValue

public ExceptionalReturnValue(java.lang.Throwable exception)
Method Detail

getException

public java.lang.Throwable getException()