Class ViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.enforcer.rule.api.EnforcerRuleException
io.helidon.build.maven.enforcer.rules.ViolationException
All Implemented Interfaces:
Serializable

public class ViolationException extends org.apache.maven.enforcer.rule.api.EnforcerRuleException
Thrown when an unsupported type is observed.
See Also:
  • Constructor Details

    • ViolationException

      public ViolationException(String message, List<String> violations)
      Constructor.
      Parameters:
      message - the message
      violations - the gavs in violation
  • Method Details

    • violations

      public List<String> violations()
      The GAV violations.
      Returns:
      gav violations