IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

Uses of Class
com.rational.test.util.regex.RegexSyntaxException

Packages that use RegexSyntaxException
com.rational.test.util.regex The package com.rational.test.util.regex provides the regular expression classes. 
 

Uses of RegexSyntaxException in com.rational.test.util.regex
 

Constructors in com.rational.test.util.regex that throw RegexSyntaxException
Regex(java.lang.String pattern)
          Constructs a regular expression based on the specified pattern.
Regex(java.lang.String pattern, int matchFlags)
          Constructs a regular expression based on the specified pattern.
Regex(java.lang.String pattern, boolean supportMatches)
          Constructs a regular expression based on the specified pattern.