|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginConfigurationException
org.apache.maven.plugin.PluginParameterException
public class PluginParameterException
Constructor Summary | |
---|---|
PluginParameterException(MojoDescriptor mojo,
java.util.List<Parameter> parameters)
|
Method Summary | |
---|---|
java.lang.String |
buildDiagnosticMessage()
|
MojoDescriptor |
getMojoDescriptor()
|
java.util.List<Parameter> |
getParameters()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
public PluginParameterException(MojoDescriptor mojo, java.util.List<Parameter> parameters)
Method Detail |
---|
public MojoDescriptor getMojoDescriptor()
public java.util.List<Parameter> getParameters()
public java.lang.String buildDiagnosticMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |