Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/main/java/org/gradle/api/internal/catalog/parser/TomlCatalogFileParser.java

                }
                return notEmpty(table.getString(path), element, name);
            } catch (TomlInvalidTypeException ex) {
                throw throwUnexpectedTypeError("alias", name, "a string", ex);
            }
        }
    
        private RuntimeException throwUnexpectedTypeError(String kind, String name, String typeLabel, TomlInvalidTypeException ex) {
            throw throwVersionCatalogProblemException(builder ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 29.4K bytes
    - Viewed (0)
Back to top