org.apache.maven.plugin
Class PluginIncompatibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
org.apache.maven.plugin.PluginIncompatibleException
- All Implemented Interfaces:
- Serializable
public class PluginIncompatibleException
- extends PluginManagerException
Signals a plugin which is not compatible with the current Maven runtime.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginIncompatibleException
public PluginIncompatibleException(Plugin plugin,
String message)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.