|
Oracle® Fusion Middleware Java API Reference for Oracle Stream Explorer 12c (12.2.1) E61220-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.ede.api.EventProcessingException
|
+--com.bea.wlevs.ede.api.EventPropertyException
Event processing exception raised if event of a particular event-type fails to handle an event property.
For example, when an output event is being set with an event property that is not defined by its event-type.
| Method Summary | |
java.lang.String |
getEventPropertyName()Returns name of offending event property that caused the exception. |
java.lang.String |
getEventTypeName()Returns name of target event-type. |
| Methods inherited from class com.bea.wlevs.ede.api.EventProcessingException |
getDeleteEvents, getInsertEvents, getNextException, getOrigin, getUpdateEvents, iterator, setNextException |
| Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getEventPropertyName()
public java.lang.String getEventTypeName()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||