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 interrorCodeprivate interrorPosition
-
Constructor Summary
Constructors Constructor Description ParsingError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()Returns the errorCode.intgetErrorPosition()Returns the errorPosition.voidsetErrorCode(int errorCode)Sets the errorCode.voidsetErrorPosition(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
-
-