Class EnforcerRuleError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.enforcer.rule.api.EnforcerRuleException
-
- org.apache.maven.enforcer.rule.api.EnforcerRuleError
-
- All Implemented Interfaces:
java.io.Serializable
public class EnforcerRuleError extends EnforcerRuleException
An error occurring during the execution of a rule. Rule can inform Enforcer plugin about critical state.This exception break a build immediate.
- Since:
- 3.2.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.maven.enforcer.rule.api.EnforcerRuleException
longMessage, source
-
-
Constructor Summary
Constructors Constructor Description EnforcerRuleError(java.lang.String message)
EnforcerRuleError(java.lang.String message, java.lang.Throwable cause)
EnforcerRuleError(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.maven.enforcer.rule.api.EnforcerRuleException
getLongMessage, getSource
-
-