com.agical.rmock.core.exception
Class UnexpectedInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agical.rmock.core.exception.RMockSystemException
com.agical.rmock.core.expectation.EngineException
com.agical.rmock.core.exception.RMockExpectationException
com.agical.rmock.core.exception.UnexpectedInvocationException
- All Implemented Interfaces:
- Serializable
public class UnexpectedInvocationException
- extends RMockExpectationException
Thrown when an invocation is made that is not expected according to setup expectations.
(c) Agical AB 2005
- Author:
- joakim.ohlrogge
- See Also:
- Serialized Form
UnexpectedInvocationException
public UnexpectedInvocationException(Section expectations,
boolean isRecording,
String invocation)
Copyright © 2005-2011 Agical AB. All Rights Reserved.