com.agical.rmock.core.exception
Class UnexpectedInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.agical.rmock.core.exception.RMockSystemException
                  extended by com.agical.rmock.core.expectation.EngineException
                      extended by com.agical.rmock.core.exception.RMockExpectationException
                          extended by com.agical.rmock.core.exception.UnexpectedInvocationException
All Implemented Interfaces:
java.io.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

Constructor Summary
UnexpectedInvocationException(Section expectations, boolean isRecording, java.lang.String invocation)
           
 
Method Summary
 
Methods inherited from class com.agical.rmock.core.expectation.EngineException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedInvocationException

public UnexpectedInvocationException(Section expectations,
                                     boolean isRecording,
                                     java.lang.String invocation)


Copyright © 2005-2009 Agical AB. All Rights Reserved.