Package org.anchoranalysis.test
Class TestDataLoadException
Object
Throwable
Exception
RuntimeException
TestDataLoadException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionTestDataLoadException
(String message) Creates with a message only.TestDataLoadException
(Throwable cause) Creates with a cause only. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestDataLoadException
Creates with a message only.- Parameters:
message
- the message.
-
TestDataLoadException
Creates with a cause only.- Parameters:
cause
- the cause.
-