Class MissingProjectException

  • All Implemented Interfaces:
    Serializable

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

      • MissingProjectException

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