Class TestFrameworkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hansken.plugin.extraction.test.TestFrameworkException
All Implemented Interfaces:
Serializable

public class TestFrameworkException extends RuntimeException
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 Details

    • TestFrameworkException

      public TestFrameworkException(String message)
    • TestFrameworkException

      public TestFrameworkException(String message, Throwable cause)