com.agical.rmock.core.exception
Class UnsatisfiedExpectationsException

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.UnsatisfiedExpectationsException
All Implemented Interfaces:
Serializable

public class UnsatisfiedExpectationsException
extends RMockExpectationException

Thrown when one or more expectations are not satisfied. (c) Agical AB 2005

Author:
joakim.ohlrogge
See Also:
Serialized Form

Constructor Summary
UnsatisfiedExpectationsException(Section root, boolean isRecording)
           
 
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

UnsatisfiedExpectationsException

public UnsatisfiedExpectationsException(Section root,
                                        boolean isRecording)


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