Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for childCause (0.14 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/exceptions/ContextAwareExceptionTest.groovy

            def ignored = new RuntimeException()
            def childCause1 = new RuntimeException(ignored)
            def childCause2 = new RuntimeException()
            def childCause3 = new TestContextualException(childCause2)
            def childCause4 = new TestContextualException(childCause3)
            def cause = new DefaultMultiCauseException("broken", childCause1, childCause4)
            def e = new ContextAwareException(cause)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 13:32:53 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top