public final class PropertyAccessException
extends java.lang.RuntimeException
EventBean
.Constructor and Description |
---|
PropertyAccessException(java.lang.String message)
Constructor for an inner exception and message.
|
PropertyAccessException(java.lang.String message,
java.lang.String propertyExpression)
Constructor.
|
PropertyAccessException(java.lang.String message,
java.lang.Throwable cause)
Constructor for an inner exception and message.
|
PropertyAccessException(java.lang.Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
static PropertyAccessException |
notAValidProperty(java.lang.String propertyExpression)
Generates the Not-A-Valid-Property exception
|
public PropertyAccessException(java.lang.String message, java.lang.String propertyExpression)
message
- is the error messagepropertyExpression
- property expressionpublic PropertyAccessException(java.lang.String message, java.lang.Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic PropertyAccessException(java.lang.String message)
message
- is the error messagepublic PropertyAccessException(java.lang.Throwable cause)
cause
- is the inner exceptionpublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public static PropertyAccessException notAValidProperty(java.lang.String propertyExpression)
propertyExpression
- property expression