public class BeanExpressionException extends FatalBeanException
Constructor and Description |
---|
BeanExpressionException(java.lang.String msg)
Create a new BeanExpressionException with the specified message.
|
BeanExpressionException(java.lang.String msg,
java.lang.Throwable cause)
Create a new BeanExpressionException with the specified message
and root cause.
|
equals, hashCode
contains, getMessage, getMostSpecificCause, getRootCause
public BeanExpressionException(java.lang.String msg)
msg
- the detail messagepublic BeanExpressionException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause