Class TestDataInitializeException

Object
Throwable
Exception
RuntimeException
TestDataInitializeException
All Implemented Interfaces:
Serializable

public class TestDataInitializeException 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

    • TestDataInitializeException

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

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