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.ParsingError
getError()
Returns the error.(package private) boolean
hasError()
(package private) void
Sets 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
-