Class TestDataLoadException

All Implemented Interfaces:
Serializable

public class TestDataLoadException extends RuntimeException
An exception thrown when test-data cannot be loaded.

This is declared as a RuntimeException so as to avoid JUnit tests declared a checked exception.

Author:
Owen Feehan
See Also:
  • Constructor Details

    • TestDataLoadException

      public TestDataLoadException(String message)
      Creates with a message only.
      Parameters:
      message - the message.
    • TestDataLoadException

      public TestDataLoadException(Throwable cause)
      Creates with a cause only.
      Parameters:
      cause - the cause.