open class BeanExpressionException : FatalBeanException
Exception that indicates an expression evaluation attempt having failed.
Author
Juergen Hoeller
Since
3.0
BeanExpressionException(msg: String)
Create a new BeanExpressionException with the specified message. BeanExpressionException(msg: String, cause: Throwable)
Create a new BeanExpressionException with the specified message and root cause. |