Class CannotEvaluateException

    • Field Detail

      • startLine

        public int startLine
      • endLine

        public int endLine
      • errorContext

        public String errorContext
      • errorPath

        public String errorPath
      • startColumn

        public int startColumn
      • endColumn

        public int endColumn
    • Constructor Detail

      • CannotEvaluateException

        public CannotEvaluateException​(int startLine,
                                       int endLine,
                                       String errorContext,
                                       String errorMessage,
                                       String errorPath,
                                       int startColumn,
                                       int endColumn)
        Constructor
        Parameters:
        startLine - - The start line of the error
        endLine - - The end line of the error
        errorContext - - The error content
        errorMessage - - The error message
        errorPath - - The path of the error
        startColumn - - The start column of the error
        endColumn - - The end column of the error