spring-framework / org.springframework.beans.factory / BeanExpressionException

BeanExpressionException

open class BeanExpressionException : FatalBeanException

Exception that indicates an expression evaluation attempt having failed.

Author
Juergen Hoeller

Since
3.0

Constructors

<init>

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.