Class ClassSanityTester.ParameterHasNoDistinctValueException

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

    static class ClassSanityTester.ParameterHasNoDistinctValueException
    extends java.lang.Exception
    Thrown if the test fails to generate two distinct non-null values of a constructor or factory parameter in order to test Object.equals(java.lang.Object) and Object.hashCode() of the declaring class.
    • 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

      • ParameterHasNoDistinctValueException

        ParameterHasNoDistinctValueException​(Parameter parameter)