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:
java.io.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, java.util.List parameters)
           
PluginParameterException(org.apache.maven.plugin.descriptor.MojoDescriptor mojo, java.util.List parameters, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String buildDiagnosticMessage()
           
 org.apache.maven.plugin.descriptor.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

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)
Method Detail

getMojoDescriptor

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

getParameters

public java.util.List getParameters()

buildDiagnosticMessage

public java.lang.String buildDiagnosticMessage()


Copyright 2006 Apache Software Foundation. All Rights Reserved.