Module org.easymock

Class ThrowableWrapper

java.lang.Object
java.lang.Throwable
org.easymock.internal.ThrowableWrapper
All Implemented Interfaces:
Serializable

public class ThrowableWrapper extends Throwable
Wraps a Throwable that was thrown by a method invocation so that EasyMock knows the difference between an invocation exception and an real unexpected one.
Author:
OFFIS, Tammo Freese
See Also:
  • Constructor Details

    • ThrowableWrapper

      public ThrowableWrapper(Throwable throwable)
  • Method Details

    • getThrowable

      public Throwable getThrowable()