Package org.apache.maven.plugin
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 Summary
ConstructorDescriptionPluginLoaderException
(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 Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
public PluginLoaderException(Plugin plugin, String message, InvalidVersionSpecificationException cause) -
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
PluginLoaderException
-
-
Method Details
-
getPluginKey
-