Package org.apache.maven.plugin
Class PluginContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
org.apache.maven.plugin.PluginContainerException
- All Implemented Interfaces:
 Serializable
Exception which occurs to indicate that the plugin cannot be initialized due
 to some deeper problem with Plexus. Context information includes the groupId,
 artifactId, and version for the plugin; at times, the goal name for which
 execution failed; a message detailing the problem; the ClassRealm used to
 look up the plugin; and the Plexus exception that caused this error.
- Author:
 - jdcasey
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionPluginContainerException(Plugin plugin, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, Throwable e) PluginContainerException(Plugin plugin, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException e) PluginContainerException(Plugin plugin, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.configuration.PlexusConfigurationException e) PluginContainerException(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, Throwable e) PluginContainerException(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.component.repository.exception.ComponentLookupException e)  - 
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.classworlds.realm.ClassRealmMethods inherited from class org.apache.maven.plugin.PluginManagerException
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
PluginContainerException
public PluginContainerException(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, Throwable e)  - 
PluginContainerException
public PluginContainerException(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.component.repository.exception.ComponentLookupException e)  - 
PluginContainerException
 - 
PluginContainerException
 - 
PluginContainerException
 
 - 
 - 
Method Details
- 
getPluginRealm
public org.codehaus.plexus.classworlds.realm.ClassRealm getPluginRealm() 
 -