Class PluginParameterException

All Implemented Interfaces:
Serializable

public class PluginParameterException extends PluginConfigurationException
PluginParameterException
See Also:
  • 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

      public List<org.apache.maven.plugin.descriptor.Parameter> getParameters()
    • buildDiagnosticMessage

      public String buildDiagnosticMessage()