Class MojoNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MojoNotFoundException
    extends java.lang.Exception
    MojoNotFoundException
    See Also:
    Serialized Form
    • Field Detail

      • goal

        private java.lang.String goal
    • Constructor Detail

      • MojoNotFoundException

        public MojoNotFoundException​(java.lang.String goal,
                                     PluginDescriptor pluginDescriptor)
    • Method Detail

      • getGoal

        public java.lang.String getGoal()
      • toMessage

        private static java.lang.String toMessage​(java.lang.String goal,
                                                  PluginDescriptor pluginDescriptor)