com.agical.rmock.core.exception
Class RMockExpectationException
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
- All Implemented Interfaces:
- 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
RMockExpectationException
public RMockExpectationException(Section root,
boolean isRecording,
String message)
- Parameters:
arg0
-
RMockExpectationException
public RMockExpectationException(Section root,
boolean isRecording,
String message,
Throwable cause)
- Parameters:
arg0
-
Copyright © 2005-2011 Agical AB. All Rights Reserved.