Uses of Class
com.ibm.lpex.util.RegularExpression.PatternException

Packages that use RegularExpression.PatternException
com.ibm.lpex.util This package contains various utilities used by the editor. 
 

Uses of RegularExpression.PatternException in com.ibm.lpex.util
 

Constructors in com.ibm.lpex.util that throw RegularExpression.PatternException
RegularExpression(java.lang.String pattern, boolean ignoreCase)
          This constructor accepts a regular expression pattern which will be used to perform a regular expression search.