Class PropertyAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.client.PropertyAccessException
- All Implemented Interfaces:
Serializable
This exception is thrown to indicate a problem with a accessing a property of an
EventBean
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyAccessException
(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. -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyAccessException
notAValidProperty
(String propertyExpression) Generates the Not-A-Valid-Property exceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyAccessException
Constructor.- Parameters:
message
- is the error messagepropertyExpression
- property expression
-
PropertyAccessException
Constructor for an inner exception and message.- Parameters:
message
- is the error messagecause
- is the inner exception
-
PropertyAccessException
Constructor for an inner exception and message.- Parameters:
message
- is the error message
-
PropertyAccessException
Constructor.- Parameters:
cause
- is the inner exception
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
notAValidProperty
Generates the Not-A-Valid-Property exception- Parameters:
propertyExpression
- property expression- Returns:
- exception exception
-