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

Packages that use MatchException
com.p6spy.engine.common   
 

Uses of MatchException in com.p6spy.engine.common
 

Methods in com.p6spy.engine.common that throw MatchException
 boolean JakartaRegexMatcher.match(String expression, String value)
          Returns true if the given expression is found within the value.
 boolean GnuRegexMatcher.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.