org.springframework.beans.factory
Class BeanExpressionException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.beans.BeansException
org.springframework.beans.BeansException
                       org.springframework.beans.FatalBeanException
org.springframework.beans.FatalBeanException
                           org.springframework.beans.factory.BeanExpressionException
org.springframework.beans.factory.BeanExpressionException
- All Implemented Interfaces: 
- Serializable
- public class BeanExpressionException 
- extends FatalBeanException
Exception that indicates an expression evaluation attempt having failed.
- Since:
- 3.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
 
BeanExpressionException
public BeanExpressionException(String msg)
- Create a new BeanExpressionException with the specified message.
 
- Parameters:
- msg- the detail message
 
BeanExpressionException
public BeanExpressionException(String msg,
                               Throwable cause)
- Create a new BeanExpressionException with the specified message
 and root cause.
 
- Parameters:
- msg- the detail message
- cause- the root cause