Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IllegalMutationException (0.26 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/AbstractMutationGuard.java

            return new IllegalMutationException(String.format("%s#%s on %s cannot be executed in the current context.", targetType.getSimpleName(), methodName, target));
        }
    
        @Contextual
        private static class IllegalMutationException extends IllegalStateException {
            public IllegalMutationException(String message) {
                super(message);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 11 21:58:11 UTC 2018
    - 2.3K bytes
    - Viewed (0)
Back to top