Package org.apache.maven.plugin
Class PluginParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginConfigurationException
org.apache.maven.plugin.PluginParameterException
- All Implemented Interfaces:
Serializable
PluginParameterException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginParameterException
(org.apache.maven.plugin.descriptor.MojoDescriptor mojo, List<org.apache.maven.plugin.descriptor.Parameter> parameters) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.plugin.descriptor.MojoDescriptor
List
<org.apache.maven.plugin.descriptor.Parameter> Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginParameterException
public PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo, List<org.apache.maven.plugin.descriptor.Parameter> parameters)
-
-
Method Details
-
getMojoDescriptor
public org.apache.maven.plugin.descriptor.MojoDescriptor getMojoDescriptor() -
getParameters
-
buildDiagnosticMessage
-