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:
- 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
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 |
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-2009 Agical AB. All Rights Reserved.