org.springframework.beans.factory
Class BeanExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by org.springframework.beans.FatalBeanException
                          extended by 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

Constructor Summary
BeanExpressionException(String msg)
          Create a new BeanExpressionException with the specified message.
BeanExpressionException(String msg, Throwable cause)
          Create a new BeanExpressionException with the specified message and root cause.
 
Method Summary
 
Methods inherited from class org.springframework.beans.BeansException
equals, hashCode
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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