Uses of Class
org.apache.oro.text.MalformedCachePatternException
Packages that use MalformedCachePatternException
-
Uses of MalformedCachePatternException in org.apache.oro.text
Methods in org.apache.oro.text that throw MalformedCachePatternExceptionModifier and TypeMethodDescriptionfinal Pattern
GenericPatternCache.getPattern
(String expression) Same as callingfinal Pattern
GenericPatternCache.getPattern
(String expression, int options) This method fetches a pattern from the cache.PatternCache.getPattern
(String expression) This method fetches a pattern from the cache.PatternCache.getPattern
(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.perlModifier and TypeClassDescriptionfinal class
An exception used to indicate errors in Perl style regular expressions.