com.agical.rmock.core.exception
Class RMockExpectationException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnexpectedInvocationException, UnsatisfiedExpectationsException

public abstract class RMockExpectationException
extends EngineException

Base class for expectation related exceptions.

(c) Agical AB 2005

Author:
joakim.ohlrogge
See Also:
Serialized Form

Constructor Summary
RMockExpectationException(Section root, boolean isRecording, java.lang.String message)
           
RMockExpectationException(Section root, boolean isRecording, java.lang.String message, java.lang.Throwable cause)
           
 
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

RMockExpectationException

public RMockExpectationException(Section root,
                                 boolean isRecording,
                                 java.lang.String message)
Parameters:
arg0 -

RMockExpectationException

public RMockExpectationException(Section root,
                                 boolean isRecording,
                                 java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
arg0 -


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