Class NoGoalSpecifiedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoGoalSpecifiedException
    extends java.lang.Exception
    Signals a failure to build because no goal was specified.
    Author:
    Benjamin Bentmann
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoGoalSpecifiedException​(java.lang.String message)
      Creates a new exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NoGoalSpecifiedException

        public NoGoalSpecifiedException​(java.lang.String message)
        Creates a new exception.
        Parameters:
        message - The detail message, may be null.