org.apache.maven.plugin
Class PluginIncompatibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.PluginManagerException
              extended by 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

Constructor Summary
PluginIncompatibleException(Plugin plugin, String message)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.PluginManagerException
getGoal, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginIncompatibleException

public PluginIncompatibleException(Plugin plugin,
                                   String message)


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.