Uses of Class gnu.java.util.regex.REException

Uses in package gnu.java.util.regex

Constructors which throw type gnu.java.util.regex.REException

RE.RE(Object pattern)
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE.RE(Object pattern, int cflags)
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE.RE(Object pattern, int cflags, RESyntax syntax)
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.

Methods which throw type gnu.java.util.regex.REException

void
RE.initialize(Object patternObj, int cflags, RESyntax syntax, int myIndex, int nextSub)