Class PomValidationException

  • All Implemented Interfaces:
    Serializable

    public class PomValidationException
    extends RuntimeException
    Exception thrown when POM validation fails. This exception is used to indicate errors during the validation of Maven POM files, such as missing required elements or invalid configurations.
    See Also:
    Serialized Form
    • Constructor Detail

      • PomValidationException

        public PomValidationException​(String message)
        Constructs a new PomValidationException with the specified error message.
        Parameters:
        message - the error message detailing the validation failure