|
||||||||||
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 parameters)
|
|
PluginParameterException(MojoDescriptor mojo,
java.util.List parameters,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.String |
buildDiagnosticMessage()
|
MojoDescriptor |
getMojoDescriptor()
|
java.util.List |
getParameters()
|
Methods inherited from class org.apache.maven.plugin.PluginConfigurationException |
---|
addParameterUsageInfo, buildConfigurationDiagnosticMessage, getOriginalMessage, getPluginDescriptor |
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 parameters)
public PluginParameterException(MojoDescriptor mojo, java.util.List parameters, java.lang.Throwable cause)
Method Detail |
---|
public MojoDescriptor getMojoDescriptor()
public java.util.List getParameters()
public java.lang.String buildDiagnosticMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |