Interface IMockException

  • All Known Implementing Classes:
    MockException, MockIOException, MockRuntimeException

    public interface IMockException
    This is a marker interface for mock exceptions. It should be used to easily identify mock exceptions from regular exceptions.
    Author:
    Philip Helger