Package org.apache.maven.plugin
Class MojoNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.MojoNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class MojoNotFoundException extends java.lang.Exception
MojoNotFoundException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MojoNotFoundException(java.lang.String goal, PluginDescriptor pluginDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGoal()
PluginDescriptor
getPluginDescriptor()
-
-
-
Constructor Detail
-
MojoNotFoundException
public MojoNotFoundException(java.lang.String goal, PluginDescriptor pluginDescriptor)
-
-
Method Detail
-
getGoal
public java.lang.String getGoal()
-
getPluginDescriptor
public PluginDescriptor getPluginDescriptor()
-
-