Class 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:
    Serialized Form
    • Constructor Detail

      • TestFrameworkException

        public TestFrameworkException​(String message)
      • TestFrameworkException

        public TestFrameworkException​(String message,
                                      Throwable cause)