类 ExpressionException

    • 构造器详细资料

      • ExpressionException

        public ExpressionException​(String message)
        Construct a new expression exception.
        参数:
        message - a descriptive message
      • ExpressionException

        public ExpressionException​(String message,
                                   Throwable cause)
        Construct a new expression exception.
        参数:
        message - a descriptive message
        cause - the underlying cause of this exception
      • ExpressionException

        public ExpressionException​(String expressionString,
                                   String message)
        Construct a new expression exception.
        参数:
        expressionString - the expression string
        message - a descriptive message
      • ExpressionException

        public ExpressionException​(String expressionString,
                                   int position,
                                   String message)
        Construct a new expression exception.
        参数:
        expressionString - the expression string
        position - the position in the expression string where the problem occurred
        message - a descriptive message
      • ExpressionException

        public ExpressionException​(int position,
                                   String message)
        Construct a new expression exception.
        参数:
        position - the position in the expression string where the problem occurred
        message - a descriptive message
      • ExpressionException

        public ExpressionException​(int position,
                                   String message,
                                   Throwable cause)
        Construct a new expression exception.
        参数:
        position - the position in the expression string where the problem occurred
        message - a descriptive message
        cause - the underlying cause of this exception