public final class PropertyAccessException extends RuntimeException
EventBean
.Constructor and Description |
---|
PropertyAccessException(String message)
Constructor for an inner exception and message.
|
PropertyAccessException(String message,
String propertyExpression)
Constructor.
|
PropertyAccessException(String message,
Throwable cause)
Constructor for an inner exception and message.
|
PropertyAccessException(Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
static PropertyAccessException |
notAValidProperty(String propertyExpression)
Generates the Not-A-Valid-Property exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyAccessException(String message, String propertyExpression)
message
- is the error messagepropertyExpression
- property expressionpublic PropertyAccessException(String message, Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic PropertyAccessException(String message)
message
- is the error messagepublic PropertyAccessException(Throwable cause)
cause
- is the inner exceptionpublic String getMessage()
getMessage
in class Throwable
public static PropertyAccessException notAValidProperty(String propertyExpression)
propertyExpression
- property expression