Class MissingProjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingProjectException
    extends java.lang.Exception
    Signals a failure to execute a lifecycle phase or mojo because a project is required but not present.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingProjectException​(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

      • MissingProjectException

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