Class TestUtils.TestUtilsException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    TestUtils

    public static class TestUtils.TestUtilsException
    extends RuntimeException
    Exception that can be thrown if problems are encountered while executing the utility method. These are usually problems accessing fields/methods through reflection. The original exception can be found by examining the cause.
    See Also:
    Serialized Form
    • Constructor Detail

      • TestUtilsException

        public TestUtilsException​(String message,
                                  Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the original cause of this exception