Module org.easymock

Class RuntimeExceptionWrapper

All Implemented Interfaces:
Serializable

public class RuntimeExceptionWrapper extends RuntimeException
Wraps a RuntimeException 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

    • RuntimeExceptionWrapper

      public RuntimeExceptionWrapper(RuntimeException runtimeException)
  • Method Details