org.omnaest.utils.proxy
Class MethodCallCapturer.ReplayResult
java.lang.Object
org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
- Enclosing class:
- MethodCallCapturer
public static class MethodCallCapturer.ReplayResult
- extends Object
Result of a replay action.
- Author:
- Omnaest
- See Also:
MethodCallCapturer.replay(Object)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
protected Exception exception
isReplaySuccessful
protected boolean isReplaySuccessful
MethodCallCapturer.ReplayResult
public MethodCallCapturer.ReplayResult()
isReplaySuccessful
public boolean isReplaySuccessful()
- Returns true if the replay action was successful without an exception been thrown.
- Returns:
getException
public Exception getException()
- Returns the
Exception if one was thrown during the replay.
- Returns:
setException
protected void setException(Exception exception)
setReplaySuccessful
protected void setReplaySuccessful(boolean isReplaySuccessful)
Copyright © 2013. All Rights Reserved.