类 BeanExpressionException

    • 构造器详细资料

      • BeanExpressionException

        public BeanExpressionException​(String msg)
        Create a new BeanExpressionException with the specified message.
        参数:
        msg - the detail message
      • BeanExpressionException

        public BeanExpressionException​(String msg,
                                       Throwable cause)
        Create a new BeanExpressionException with the specified message and root cause.
        参数:
        msg - the detail message
        cause - the root cause