Class InterpretException

    • Constructor Detail

      • InterpretException

        public InterpretException​(String msg)
      • InterpretException

        public InterpretException​(String msg,
                                  Throwable e)
      • InterpretException

        public InterpretException​(String msg,
                                  int lineNumber)
      • InterpretException

        public InterpretException​(String msg,
                                  int lineNumber,
                                  int startPosition)
      • InterpretException

        public InterpretException​(String msg,
                                  Throwable e,
                                  int lineNumber,
                                  int startPosition)
      • InterpretException

        public InterpretException​(String msg,
                                  Throwable throwable,
                                  int lineNumber)
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • getStartPosition

        public int getStartPosition()