Class TestUtils.TestUtilsException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TestUtils

    public static class TestUtils.TestUtilsException
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      TestUtilsException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new exception with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TestUtilsException

        public TestUtilsException​(java.lang.String message,
                                  java.lang.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