Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ContextualException (0.3 sec)

  1. subprojects/core/src/test/groovy/org/gradle/initialization/exception/DefaultExceptionAnalyserTest.groovy

            return new DefaultExceptionAnalyser(diagnosticsFactory)
        }
    
        @Contextual
        static class ContextualException extends RuntimeException {
            ContextualException() {
                super("failed")
            }
    
            ContextualException(Throwable throwable) {
                super(throwable)
            }
        }
    
        @Contextual
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top