Uses of Class
org.kiwiproject.util.regex.NoMatchesFoundException
-
Packages that use NoMatchesFoundException Package Description org.kiwiproject.util.regex -
-
Uses of NoMatchesFoundException in org.kiwiproject.util.regex
Methods in org.kiwiproject.util.regex that return NoMatchesFoundException Modifier and Type Method Description static NoMatchesFoundExceptionNoMatchesFoundException. forPattern(Pattern pattern)Factory method to create a new instance with a standardized message for the givenPattern.
-