org.jmock.dynamic
Class DynamicMockError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjunit.framework.AssertionFailedError
              extended byorg.jmock.dynamic.DynamicMockError
All Implemented Interfaces:
java.io.Serializable

public class DynamicMockError
extends junit.framework.AssertionFailedError

See Also:
Serialized Form

Field Summary
 Invocation invocation
           
 
Constructor Summary
DynamicMockError(Invocation invocation, java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

invocation

public final Invocation invocation
Constructor Detail

DynamicMockError

public DynamicMockError(Invocation invocation,
                        java.lang.String message)


Copyright © 2003 jMock.org. All Rights Reserved.