Uses of Class com.p6spy.engine.common.MatchException

Uses in package com.p6spy.engine.common

Methods which throw type com.p6spy.engine.common.MatchException

boolean
GnuRegexMatcher.match(String expression, String value)
Returns true if the given expression is found within the value.
boolean
JakartaRegexMatcher.match(String expression, String value)
Returns true if the given expression is found within the value.
boolean
StringMatcher.match(String expression, String value)
Returns true if the given expression is found within the value.