|
|||||||||
| Home >> All >> com >> [ mockobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mockobjects
Class ExceptionalReturnValue

java.lang.Objectcom.mockobjects.ExceptionalReturnValue
- public class ExceptionalReturnValue
- extends java.lang.Object
Sequence of exception values as required by MockMaker This is a generic class that should have been introduced to the mockobjects code stream instead of being separately included in org.mockobjects. It is possibly similar to a ReturnObjectList?
| 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()
|
|||||||||
| Home >> All >> com >> [ mockobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.mockobjects.ExceptionalReturnValue