Class PluginLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginLoaderException
- All Implemented Interfaces:
- Serializable
Signifies a failure to load a plugin. This is used to abstract the specific errors which may be
 encountered at lower levels, and provide a dependable interface to the plugin-loading framework.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPluginLoaderException(String message) PluginLoaderException(String message, Throwable cause) PluginLoaderException(Plugin plugin, String message) PluginLoaderException(Plugin plugin, String message, ArtifactNotFoundException cause) PluginLoaderException(Plugin plugin, String message, ArtifactResolutionException cause) PluginLoaderException(Plugin plugin, String message, InvalidVersionSpecificationException cause) PluginLoaderException(Plugin plugin, String message, InvalidPluginException cause) PluginLoaderException(Plugin plugin, String message, PluginManagerException cause) PluginLoaderException(Plugin plugin, String message, PluginNotFoundException cause) PluginLoaderException(Plugin plugin, String message, PluginVersionNotFoundException cause) PluginLoaderException(Plugin plugin, String message, PluginVersionResolutionException cause) PluginLoaderException(ReportPlugin plugin, String message) PluginLoaderException(ReportPlugin plugin, String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderExceptionpublic PluginLoaderException(Plugin plugin, String message, InvalidVersionSpecificationException cause) 
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
- 
PluginLoaderException
 
- 
- 
Method Details- 
getPluginKey
 
-