org.apache.maven.plugin
Class PluginResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginResolutionException
- All Implemented Interfaces:
- Serializable
public class PluginResolutionException
- extends Exception
Exception occurring trying to resolve a plugin.
- Version:
- $Id: PluginResolutionException.java 988749 2010-08-24 22:46:07Z bentmann $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginResolutionException
public PluginResolutionException(Plugin plugin,
Throwable cause)
getPlugin
public Plugin getPlugin()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.