Class PluginLoaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginLoaderException
All Implemented Interfaces:
Serializable

public class PluginLoaderException extends Exception
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.
Author:
jdcasey
See Also: