Skip navigation links
com.bea.wlevs.ede.api
Class EventPropertyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.ede.api.EventProcessingException
|
+--com.bea.wlevs.ede.api.EventPropertyException
- public class EventPropertyException
- extends EventProcessingException
Processing Exception raised if event type fails to handle a event property, such as when trying to set a value or get its value.
- See Also:
- Serialized Form
Constructor Summary |
EventPropertyException(java.lang.String attrName, java.lang.String typeName, java.lang.String msg)
|
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 |
EventPropertyException
public EventPropertyException(java.lang.String attrName,
java.lang.String typeName,
java.lang.String msg)
getEventPropertyName
public java.lang.String getEventPropertyName()
setEventPropertyName
public void setEventPropertyName(java.lang.String eventPropertyName)
getEventTypeName
public java.lang.String getEventTypeName()
setEventTypeName
public void setEventTypeName(java.lang.String eventTypeName)