Class TestFrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hansken.plugin.extraction.test.TestFrameworkException
- All Implemented Interfaces:
Serializable
Exception type to indicate exceptions that are related test input (test files, or plugin).
The message of this exception is intended to be shown to the user, and should contain the following:
- a clear description what was wrong
- a clear description how the user can address the issue
- reference to a section in the documentation for more details
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestFrameworkException(String message) TestFrameworkException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestFrameworkException
-
TestFrameworkException
-