Uses of Class
org.apache.maven.api.services.MavenException
Packages that use MavenException
Package
Description
Provides a caching infrastructure for Maven requests and their results.
Provides the API for Maven's command-line interface and tools.
Maven Plugin API.
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
Provides XML-specific services for reading and writing Maven's configuration files
and descriptors.
Defines the Service Provider Interface (SPI) for Maven extensions, allowing
third-party implementations to extend and customize Maven's core functionality
through a stable, versioned API.
-
Uses of MavenException in org.apache.maven.api.cache
Subclasses of MavenException in org.apache.maven.api.cacheModifier and TypeClassDescriptionclassException thrown when an error occurs during Maven execution. -
Uses of MavenException in org.apache.maven.api.cli
Subclasses of MavenException in org.apache.maven.api.cliModifier and TypeClassDescriptionclassRepresents an exception that occurs during the invocation of a Maven build or command.static final classException for intentional exit: No message or anything will be displayed, just the carried exit code will be returned from invokerInvoker.invoke(InvokerRequest)method. -
Uses of MavenException in org.apache.maven.api.plugin
Subclasses of MavenException in org.apache.maven.api.pluginModifier and TypeClassDescriptionclassAn exception occurring during the execution of a plugin. -
Uses of MavenException in org.apache.maven.api.services
Subclasses of MavenException in org.apache.maven.api.servicesModifier and TypeClassDescriptionclassAn artifact could not correctly being deployed.classclassclassclassclassException thrown byInterpolatorimplementations when an error occurs during interpolation.classThe Exception class throw by theLookupservice.classBase class for all maven exceptions carryingBuilderProblems.classThe Exception class throw by theProjectBuilderservice.classThe Exception class throw by theProjectBuilderservice.classThe Exception class throw by thePrompterservice.classThe Exception class throw by theSettingsBuilder.classExceptions thrown by theSuperPomProviderservice.classException thrown when toolchain factory operations fail.classThe Exception class throw by theToolchainManager.classThe Exception class throw by theToolchainsBuilder.classclassThe Exception class thrown byVersionParser.classclass -
Uses of MavenException in org.apache.maven.api.services.model
Subclasses of MavenException in org.apache.maven.api.services.modelModifier and TypeClassDescriptionclassSignals an error when resolving the path to an external model. -
Uses of MavenException in org.apache.maven.api.services.xml
Subclasses of MavenException in org.apache.maven.api.services.xmlModifier and TypeClassDescriptionclassAn exception thrown while reading an XML file.classAn exception thrown while writing an XML file. -
Uses of MavenException in org.apache.maven.api.spi
Subclasses of MavenException in org.apache.maven.api.spi