public class RuleException_impl extends java.lang.Object implements RuleException
Constructor and Description |
---|
RuleException_impl(java.lang.String matchType,
java.lang.String patternStr) |
Modifier and Type | Method and Description |
---|---|
org.apache.uima.cas.Type |
getType()
Get the Type of this exception
|
void |
initialize() |
boolean |
matchPattern(org.apache.uima.cas.text.AnnotationFS annot)
match the rule exception pattern against the covered text of the given annotation
|
java.lang.String |
toString() |
void |
typeInit(org.apache.uima.cas.TypeSystem ts) |
public RuleException_impl(java.lang.String matchType, java.lang.String patternStr)
matchType
- patternStr
- public boolean matchPattern(org.apache.uima.cas.text.AnnotationFS annot)
RuleException
matchPattern
in interface RuleException
annot
- - current annotation that should be used to matchpublic org.apache.uima.cas.Type getType()
RuleException
getType
in interface RuleException
public void typeInit(org.apache.uima.cas.TypeSystem ts) throws org.apache.uima.resource.ResourceInitializationException
org.apache.uima.resource.ResourceInitializationException
public void initialize()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.