test.jmock.core
Class DummyThrowable

java.lang.Object
  extended byjava.lang.Throwable
      extended bytest.jmock.core.DummyThrowable
All Implemented Interfaces:
Serializable

public class DummyThrowable
extends Throwable

See Also:
Serialized Form

Constructor Summary
DummyThrowable()
           
DummyThrowable(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
 

Constructor Detail

DummyThrowable

public DummyThrowable()

DummyThrowable

public DummyThrowable(String message)