Class InvalidPluginDescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.configuration.PlexusConfigurationException
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateMojoDescriptorException
,DuplicateParameterException
,InvalidParameterException
public class InvalidPluginDescriptorException
extends org.codehaus.plexus.configuration.PlexusConfigurationException
InvalidPluginDescriptorException
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidPluginDescriptorException
(String message) InvalidPluginDescriptorException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPluginDescriptorException
-
InvalidPluginDescriptorException
-