Class RegexPreprocessor.RegexValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.incendo.cloud.component.preprocessor.RegexPreprocessor.RegexValidationException
All Implemented Interfaces:
Serializable
Enclosing class:
RegexPreprocessor<C>

@API(status=STABLE) public static final class RegexPreprocessor.RegexValidationException extends IllegalArgumentException
Exception thrown when input fails regex matching in RegexPreprocessor
See Also:
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • failedInput

      public @NonNull String failedInput()
      Returns the input that failed the verification.
      Returns:
      failed input
    • pattern

      public @NonNull String pattern()
      Returns the pattern that caused the string to fail.
      Returns:
      the un-compiled pattern