Module org.easymock

Class 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:
    Serialized Form
    • Constructor Detail

      • ThrowableWrapper

        public ThrowableWrapper​(Throwable throwable)
    • Method Detail

      • getThrowable

        public Throwable getThrowable()