Uses of Class
org.apache.maven.api.services.MavenException
Package
Description
-
Uses of MavenException in org.apache.maven.api.cli
Modifier and TypeClassDescriptionclass
Represents an exception that occurs during the invocation of a Maven build or command.class
Represents an exception that occurs during the parsing of Maven command-line arguments. -
Uses of MavenException in org.apache.maven.api.plugin
Modifier and TypeClassDescriptionclass
An exception occurring during the execution of a plugin. -
Uses of MavenException in org.apache.maven.api.services
Modifier and TypeClassDescriptionclass
An artifact could not correctly being deployed.class
class
class
class
class
Exception thrown byInterpolator
implementations when an error occurs during interpolation.class
The Exception class throw by theLookup
service.class
The Exception class throw by theProjectBuilder
service.class
The Exception class throw by theProjectBuilder
service.class
The Exception class throw by thePrompter
service.class
The Exception class throw by theSettingsBuilder
.class
Exceptions thrown by theSuperPomProvider
service.class
The Exception class throw by theToolchainManager
.class
The Exception class throw by theToolchainsBuilder
.class
class
The Exception class thrown byVersionParser
.class
class
-
Uses of MavenException in org.apache.maven.api.services.model
Modifier and TypeClassDescriptionclass
Signals an error when resolving the path to an external model. -
Uses of MavenException in org.apache.maven.api.services.xml
Modifier and TypeClassDescriptionclass
An exception thrown during the reading of an xml file.class
An exception thrown during the writing of an xml file. -
Uses of MavenException in org.apache.maven.api.spi
-
Uses of MavenException in org.apache.maven.cling.invoker
Modifier and TypeClassDescriptionstatic final class
Exception for intentional exit: No message or anything will be displayed, just the carried exit code will be returned fromLookupInvoker.invoke(InvokerRequest)
method.