Class TypeSystemUtils.ParsingError

java.lang.Object
org.apache.uima.cas.impl.TypeSystemUtils.ParsingError
Enclosing class:
TypeSystemUtils

static class TypeSystemUtils.ParsingError extends Object
  • 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