org.apache.maven.plugin
Class PluginParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.PluginConfigurationException
              extended by org.apache.maven.plugin.PluginParameterException
All Implemented Interfaces:
Serializable

public class PluginParameterException
extends PluginConfigurationException

See Also:
Serialized Form

Constructor Summary
PluginParameterException(MojoDescriptor mojo, List parameters)
           
PluginParameterException(MojoDescriptor mojo, List parameters, Throwable cause)
           
 
Method Summary
 String buildDiagnosticMessage()
           
 MojoDescriptor getMojoDescriptor()
           
 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

PluginParameterException

public PluginParameterException(MojoDescriptor mojo,
                                List parameters)

PluginParameterException

public PluginParameterException(MojoDescriptor mojo,
                                List parameters,
                                Throwable cause)
Method Detail

getMojoDescriptor

public MojoDescriptor getMojoDescriptor()

getParameters

public List getParameters()

buildDiagnosticMessage

public String buildDiagnosticMessage()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.