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:
- java.io.Serializable
public class PluginParameterException
- extends PluginConfigurationException
- See Also:
- Serialized Form
Constructor Summary |
PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo,
java.util.List parameters)
|
PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo,
java.util.List parameters,
java.lang.Throwable cause)
|
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 |
PluginParameterException
public PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo,
java.util.List parameters)
PluginParameterException
public PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo,
java.util.List parameters,
java.lang.Throwable cause)
getMojoDescriptor
public org.apache.maven.plugin.descriptor.MojoDescriptor getMojoDescriptor()
getParameters
public java.util.List getParameters()
buildDiagnosticMessage
public java.lang.String buildDiagnosticMessage()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.