Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 151 for contextual (0.15 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/InvalidModelRuleDeclarationException.java

    import org.gradle.api.GradleException;
    import org.gradle.api.Incubating;
    import org.gradle.internal.exceptions.Contextual;
    import org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor;
    
    /**
     * Thrown when a model rule, or source of model rules, is declared in an invalid way.
     */
    @Incubating
    @Contextual
    public class InvalidModelRuleDeclarationException extends GradleException {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. platforms/software/resources/src/main/java/org/gradle/api/resources/ResourceException.java

     */
    
    package org.gradle.api.resources;
    
    import org.gradle.api.GradleException;
    import org.gradle.internal.exceptions.Contextual;
    
    import javax.annotation.Nullable;
    import java.net.URI;
    
    /**
     * Generic resource exception that all other resource-related exceptions inherit from.
     */
    @Contextual
    public class ResourceException extends GradleException {
        private final URI location;
    
        public ResourceException() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/InvalidModelRuleException.java

     * limitations under the License.
     */
    
    package org.gradle.model;
    
    import org.gradle.api.GradleException;
    import org.gradle.api.Incubating;
    import org.gradle.internal.exceptions.Contextual;
    import org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor;
    
    /**
     * Thrown when there is a problem with the usage of a model rule.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/InvalidManagedModelElementTypeException.java

     * limitations under the License.
     */
    
    package org.gradle.model.internal.manage.schema.extract;
    
    import org.gradle.internal.exceptions.Contextual;
    import org.gradle.model.internal.type.ModelType;
    
    import java.util.Deque;
    import java.util.LinkedList;
    
    @Contextual
    public class InvalidManagedModelElementTypeException extends RuntimeException {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/exception/AbstractResolutionFailureException.java

    import org.gradle.api.logging.Logger;
    import org.gradle.api.logging.Logging;
    import org.gradle.internal.component.resolution.failure.type.ResolutionFailure;
    import org.gradle.internal.exceptions.Contextual;
    import org.gradle.internal.exceptions.ResolutionProvider;
    import org.gradle.internal.exceptions.StyledException;
    
    import javax.annotation.Nullable;
    import java.util.List;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/DocumentedFailure.java

     */
    
    package org.gradle.internal.deprecation;
    
    import org.apache.commons.lang.StringUtils;
    import org.gradle.api.GradleException;
    import org.gradle.api.problems.internal.DocLink;
    import org.gradle.internal.exceptions.Contextual;
    
    import javax.annotation.CheckReturnValue;
    import javax.annotation.Nullable;
    
    public class DocumentedFailure {
        public static Builder builder() {
            return new Builder();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 14:27:21 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/declarations/KotlinDeclarationProviderFactory.kt

     * The [contextualModule] is the module which contains the symbols to be provided, if applicable. The declaration provider may use the
     * contextual module to provide declarations differently, such as providing alternative declarations for an outsider module. Some
     * functionality such as package set computation may also depend on the contextual module, as the declaration provider may require
     * additional information not available in the [scope].
     */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:57:40 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. platforms/core-runtime/serialization/src/test/groovy/org/gradle/internal/serialize/MessageTest.groovy

        }
    
        def "retains @Contextual annotation on placeholder"() {
            def notOk = new ContextualExceptionWithNonSerializableField("broken 2", new RuntimeException("broken 3"))
    
            when:
            def transported = transport(notOk)
    
            then:
            transported instanceof ContextualPlaceholderException
            transported.class.getAnnotation(Contextual) != null
            looksLike(notOk, transported)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/inheritorsProvider/AbstractDanglingFileSealedInheritorsTest.kt

    abstract class AbstractDanglingFileSealedInheritorsTest : AbstractSealedInheritorsTest() {
        override fun doTestByMainFile(mainFile: KtFile, mainModule: KtTestModule, testServices: TestServices) {
            val ktPsiFactory = KtPsiFactory.contextual(mainFile, markGenerated = true, eventSystemEnabled = false)
            val fakeKtFile = ktPsiFactory.createFile("fake.kt", mainFile.text)
    
            doTestByKtFile(fakeKtFile, testServices)
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Mar 27 16:04:54 UTC 2024
    - 970 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/runtime/runtime.go

    // errors may be sent to a remote server for analysis. The context is used to
    // determine how to log the error.
    //
    // If contextual logging is enabled, the default log output is equivalent to
    //
    //	logr.FromContext(ctx).WithName("UnhandledError").Error(err, msg, keysAndValues...)
    //
    // Without contextual logging, it is equivalent to:
    //
    //	klog.ErrorS(err, msg, keysAndValues...)
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top