Class TriggerValidationException

  • All Implemented Interfaces:
    Serializable

    public class TriggerValidationException
    extends Exception
    This class represents errors found when validating trigger configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • TriggerValidationException

        public TriggerValidationException​(String name,
                                          Map<String,​String> details)
        Create an exception.
        Parameters:
        name - name of the trigger / action / listener that caused the exception
        details - details of invalid configuration - key is a property name, value is an error message.
      • TriggerValidationException

        public TriggerValidationException​(String name,
                                          String... keyValues)
        Create an exception.
        Parameters:
        name - name of the trigger / action / listener that caused the exception
        keyValues - zero or even number of arguments representing symbolic key (eg. property name) and the corresponding validation error message.