Uses of Class
org.apache.oro.text.MalformedCachePatternException
-
Packages that use MalformedCachePatternException Package Description org.apache.oro.text org.apache.oro.text.perl -
-
Uses of MalformedCachePatternException in org.apache.oro.text
Methods in org.apache.oro.text that throw MalformedCachePatternException Modifier and Type Method Description PatternGenericPatternCache. getPattern(java.lang.String expression)Same as callingPatternGenericPatternCache. getPattern(java.lang.String expression, int options)This method fetches a pattern from the cache.PatternPatternCache. getPattern(java.lang.String expression)This method fetches a pattern from the cache.PatternPatternCache. getPattern(java.lang.String expression, int options)This method fetches a pattern from the cache. -
Uses of MalformedCachePatternException in org.apache.oro.text.perl
Subclasses of MalformedCachePatternException in org.apache.oro.text.perl Modifier and Type Class Description classMalformedPerl5PatternExceptionAn exception used to indicate errors in Perl style regular expressions.
-