Package org.apache.uima.cas.impl
Class TypeSystemUtils.TypeSystemParse
java.lang.Object
org.apache.uima.cas.impl.TypeSystemUtils.TypeSystemParse
- Direct Known Subclasses:
TypeSystemUtils.FeatureParse,TypeSystemUtils.NameSpaceParse,TypeSystemUtils.TypeParse
- Enclosing class:
TypeSystemUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) TypeSystemUtils.ParsingErrorgetError()Returns the error.(package private) booleanhasError()(package private) voidSets the error.
-
Field Details
-
error
-
-
Constructor Details
-
TypeSystemParse
protected TypeSystemParse()
-
-
Method Details
-
hasError
boolean hasError() -
getError
TypeSystemUtils.ParsingError getError()Returns the error.- Returns:
- ParsingError
-
setError
Sets the error.- Parameters:
error- The error to set
-