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.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPluginContainerException(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 SummaryModifier and TypeMethodDescriptionorg.codehaus.plexus.classworlds.realm.ClassRealmMethods inherited from class org.apache.maven.plugin.PluginManagerExceptiongetGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProjectMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PluginContainerExceptionpublic PluginContainerException(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, Throwable e) 
- 
PluginContainerExceptionpublic 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- 
getPluginRealmpublic org.codehaus.plexus.classworlds.realm.ClassRealm getPluginRealm()
 
-