com.mockobjects

Class ExceptionalReturnValue

public class ExceptionalReturnValue extends 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?
Constructor Summary
ExceptionalReturnValue(Throwable exception)
Method Summary
ThrowablegetException()

Constructor Detail

ExceptionalReturnValue

public ExceptionalReturnValue(Throwable exception)

Method Detail

getException

public Throwable getException()
Copyright © 2002 Mock Objects. All Rights Reserved.