|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleException | |
---|---|
org.apache.uima.annotator.regex | |
org.apache.uima.annotator.regex.impl |
Uses of RuleException in org.apache.uima.annotator.regex |
---|
Methods in org.apache.uima.annotator.regex that return RuleException | |
---|---|
RuleException[] |
Rule.getExceptions()
Returns the exceptions for this rule |
Methods in org.apache.uima.annotator.regex with parameters of type RuleException | |
---|---|
void |
Rule.addException(RuleException aException)
Adds the given exception to this rule |
Uses of RuleException in org.apache.uima.annotator.regex.impl |
---|
Classes in org.apache.uima.annotator.regex.impl that implement RuleException | |
---|---|
class |
RuleException_impl
|
Methods in org.apache.uima.annotator.regex.impl that return RuleException | |
---|---|
RuleException[] |
Rule_impl.getExceptions()
|
Methods in org.apache.uima.annotator.regex.impl with parameters of type RuleException | |
---|---|
void |
Rule_impl.addException(RuleException aException)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |