Uses of Class
org.apache.uima.cas.impl.TypeSystemUtils.ParsingError
-
Packages that use TypeSystemUtils.ParsingError Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of TypeSystemUtils.ParsingError in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as TypeSystemUtils.ParsingError Modifier and Type Field Description private TypeSystemUtils.ParsingError
TypeSystemUtils.TypeSystemParse. error
Methods in org.apache.uima.cas.impl that return TypeSystemUtils.ParsingError Modifier and Type Method Description (package private) TypeSystemUtils.ParsingError
TypeSystemUtils.TypeSystemParse. getError()
Returns the error.Methods in org.apache.uima.cas.impl with parameters of type TypeSystemUtils.ParsingError Modifier and Type Method Description (package private) void
TypeSystemUtils.TypeSystemParse. setError(TypeSystemUtils.ParsingError error)
Sets the error.
-