@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.
| Constructor and description |
|---|
RegexTimeoutException(String message) |
| Methods inherited from class | Name |
|---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.