Class TypeSystemUtils.ParsingError

  • Enclosing class:
    TypeSystemUtils

    static class TypeSystemUtils.ParsingError
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • errorCode

        private int errorCode
      • errorPosition

        private int errorPosition
    • Constructor Detail

      • ParsingError

        ParsingError()
    • 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