Package org.apache.uima.cas.impl
Class TypeSystemUtils.ParsingError
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeSystemUtils.ParsingError
-
- Enclosing class:
- TypeSystemUtils
static class TypeSystemUtils.ParsingError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
errorCode
private int
errorPosition
-
Constructor Summary
Constructors Constructor Description ParsingError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
Returns the errorCode.int
getErrorPosition()
Returns the errorPosition.void
setErrorCode(int errorCode)
Sets the errorCode.void
setErrorPosition(int errorPosition)
Sets the errorPosition.
-
-
-
Method Detail
-
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
-
-