Class RuleSetDoesNotExistException

    • Constructor Detail

      • RuleSetDoesNotExistException

        public RuleSetDoesNotExistException​(String message)
        Constructs a new RuleSetDoesNotExistException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setName

        public void setName​(String name)
        Parameters:
        name -
      • getName

        public String getName()
        Returns:
      • withName

        public RuleSetDoesNotExistException withName​(String name)
        Parameters:
        name -
        Returns:
        Returns a reference to this object so that method calls can be chained together.