Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMultiCauseException (0.37 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/exceptions/DefaultMultiCauseExceptionTest.groovy

            RuntimeException cause1 = new TestMultiCauseException('cause1', [causeA, causeB])
            RuntimeException causeC = new RuntimeException('causeC')
            RuntimeException causeD = new RuntimeException('causeD')
            RuntimeException cause2 = new TestMultiCauseException('cause2', [causeC, causeD])
            def failure = new TestMultiCauseException("BOOM", [new TestMultiCauseException('message', [cause1, cause2])])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top