Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ObjectInstantiationException (0.29 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/model/NamedObjectInstantiator.java

            try {
                return type.cast(generatedTypes.get(type, cacheFactoryFunction).getUnchecked(name));
            } catch (UncheckedExecutionException e) {
                throw new ObjectInstantiationException(type, e.getCause());
            } catch (Exception e) {
                throw new ObjectInstantiationException(type, e);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top