Class Contract.PostconditionViolation

    • Constructor Detail

      • PostconditionViolation

        public PostconditionViolation​(Object detailMessage)
        Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.

        If the specified object is an instance of Throwable, it becomes the cause of the newly constructed assertion error.

        Parameters:
        detailMessage - value to be used in constructing detail message
        See Also:
        Throwable.getCause()