Class TimeLimitedMatcher.TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.util.tlmatcher.TimeLimitedMatcher.TimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
TimeLimitedMatcher

public static class TimeLimitedMatcher.TimeoutException extends Exception
Public, checked exception that is thrown when RegEx times out.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(String message)