Class RegexTimeoutException

All Implemented Interfaces:
Serializable

@Incubating public class RegexTimeoutException extends RuntimeException
Thrown when a regular expression evaluation guarded by RegexGuard exceeds its configured deadline. Being unchecked, it distinguishes a timed-out evaluation (which says nothing about whether the input matches) from an ordinary non-match result.
Since:
6.0.0
See Also:
  • Constructor Details

    • RegexTimeoutException

      public RegexTimeoutException(String message)