org.apache.maven.plugin.descriptor
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.configuration.PlexusConfigurationException
              extended by org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
                  extended by org.apache.maven.plugin.descriptor.InvalidParameterException
All Implemented Interfaces:
Serializable

public class InvalidParameterException
extends InvalidPluginDescriptorException

Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
InvalidParameterException(String element, int i)
           
InvalidParameterException(String message, Throwable cause)
           
 
Method Summary
 
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

InvalidParameterException

public InvalidParameterException(String element,
                                 int i)

InvalidParameterException

public InvalidParameterException(String message,
                                 Throwable cause)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.