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 Pattern
GenericPatternCache. getPattern(java.lang.String expression)
Same as callingPattern
GenericPatternCache. getPattern(java.lang.String expression, int options)
This method fetches a pattern from the cache.Pattern
PatternCache. getPattern(java.lang.String expression)
This method fetches a pattern from the cache.Pattern
PatternCache. 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 class
MalformedPerl5PatternException
An exception used to indicate errors in Perl style regular expressions.
-