类 EvaluationException

    • 构造器详细资料

      • EvaluationException

        public EvaluationException​(String message)
        Create a new expression evaluation exception.
        参数:
        message - description of the problem that occurred
      • EvaluationException

        public EvaluationException​(String message,
                                   Throwable cause)
        Create a new expression evaluation exception.
        参数:
        message - description of the problem that occurred
        cause - the underlying cause of this exception
      • EvaluationException

        public EvaluationException​(int position,
                                   String message)
        Create a new expression evaluation exception.
        参数:
        position - the position in the expression where the problem occurred
        message - description of the problem that occurred
      • EvaluationException

        public EvaluationException​(String expressionString,
                                   String message)
        Create a new expression evaluation exception.
        参数:
        expressionString - the expression that could not be evaluated
        message - description of the problem that occurred
      • EvaluationException

        public EvaluationException​(int position,
                                   String message,
                                   Throwable cause)
        Create a new expression evaluation exception.
        参数:
        position - the position in the expression where the problem occurred
        message - description of the problem that occurred
        cause - the underlying cause of this exception