MojoNotFoundException (Maven Plugin API 3.9.16 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree Deprecated Index Search Help org.apache.maven.plugin MojoNotFoundException Contents  Description Constructor Summary Method Summary Constructor Details MojoNotFoundException(String, PluginDescriptor) Method Details getGoal() getPluginDescriptor() Hide sidebar  Show sidebar Class MojoNotFoundException java.lang.Object java.lang.Throwable java.lang.Exception org.apache.maven.plugin.MojoNotFoundException All Implemented Interfaces: Serializable public class MojoNotFoundException extends Exception MojoNotFoundException See Also: Serialized Form Constructor Summary Constructors Constructor Description MojoNotFoundException(String goal, PluginDescriptor pluginDescriptor)   Method Summary All MethodsInstance MethodsConcrete Methods Modifier and Type Method Description String getGoal()   PluginDescriptor getPluginDescriptor()   Methods inherited from class Throwable addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString Methods inherited from class Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait Constructor Details MojoNotFoundException public MojoNotFoundException(String goal, PluginDescriptor pluginDescriptor) Method Details getGoal public String getGoal() getPluginDescriptor public PluginDescriptor getPluginDescriptor() Copyright © 2001–2026 The Apache Software Foundation. All rights reserved.