Class DuplicateMojoDescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.configuration.PlexusConfigurationException
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
- All Implemented Interfaces:
 Serializable
DuplicateMojoDescriptorException
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDuplicateMojoDescriptorException(String goalPrefix, String goal, String existingImplementation, String newImplementation)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DuplicateMojoDescriptorException
 
 -