Package org.apache.uima.cas.impl
Class TypeSystemUtils.ParsingError
java.lang.Object
org.apache.uima.cas.impl.TypeSystemUtils.ParsingError
- Enclosing class:
- TypeSystemUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the errorCode.int
Returns the errorPosition.void
setErrorCode
(int errorCode) Sets the errorCode.void
setErrorPosition
(int errorPosition) Sets the errorPosition.
-
Field Details
-
errorCode
private int errorCode -
errorPosition
private int errorPosition
-
-
Constructor Details
-
ParsingError
ParsingError()
-
-
Method Details
-
getErrorCode
public int getErrorCode()Returns the errorCode.- Returns:
- int
-
getErrorPosition
public int getErrorPosition()Returns the errorPosition.- Returns:
- int
-
setErrorCode
public void setErrorCode(int errorCode) Sets the errorCode.- Parameters:
errorCode
- The errorCode to set
-
setErrorPosition
public void setErrorPosition(int errorPosition) Sets the errorPosition.- Parameters:
errorPosition
- The errorPosition to set
-