Class PluginParameterException

    • Constructor Summary

      Constructors 
      Constructor Description
      PluginParameterException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojo, java.util.List<org.apache.maven.plugin.descriptor.Parameter> parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buildDiagnosticMessage()  
      org.apache.maven.plugin.descriptor.MojoDescriptor getMojoDescriptor()  
      java.util.List<org.apache.maven.plugin.descriptor.Parameter> getParameters()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PluginParameterException

        public PluginParameterException​(org.apache.maven.plugin.descriptor.MojoDescriptor mojo,
                                        java.util.List<org.apache.maven.plugin.descriptor.Parameter> parameters)
    • Method Detail

      • getMojoDescriptor

        public org.apache.maven.plugin.descriptor.MojoDescriptor getMojoDescriptor()
      • getParameters

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

        public java.lang.String buildDiagnosticMessage()