org.apache.maven.plugin
Class PluginParameterException

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

public class PluginParameterException
extends PluginConfigurationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo, List parameters)
           
PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo, List parameters, Throwable cause)
           
 
Method Summary
 String buildDiagnosticMessage()
           
 org.apache.maven.plugin.descriptor.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(org.apache.maven.plugin.descriptor.MojoDescriptor mojo,
                                List parameters)

PluginParameterException

public PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo,
                                List parameters,
                                Throwable cause)
Method Detail

getMojoDescriptor

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

getParameters

public List getParameters()

buildDiagnosticMessage

public String buildDiagnosticMessage()


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.