|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.esper.event.PropertyAccessException
public final class PropertyAccessException
This exception is thrown to indicate a problem with a accessing a property of an EventBean
.
Constructor Summary | |
---|---|
PropertyAccessException(String message)
Constructor. |
|
PropertyAccessException(String message,
Throwable cause)
Constructor for an inner exception and message. |
|
PropertyAccessException(Throwable cause)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyAccessException(String message)
message
- is the error messagepublic PropertyAccessException(String message, Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic PropertyAccessException(Throwable cause)
cause
- is the inner exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |