|
Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing 11g Release 1 (11.1.1.4.0) E14303-04 |
|||||||||
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.ConfigurationException | +--com.bea.wlevs.ede.api.IllegalTimestampPropertyException
This exception is raised when a timestamp property is defined on an event type that does not define this property, or if the timestamp property is not of type Long or long.
Constructor Summary | |
IllegalTimestampPropertyException(java.lang.String timestampProperty, java.lang.String msg) |
Method Summary | |
java.lang.String |
getTimestampProperty() |
Methods inherited from class com.bea.wlevs.ede.api.ConfigurationException |
getStage |
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 IllegalTimestampPropertyException(java.lang.String timestampProperty, java.lang.String msg)
Method Detail |
public java.lang.String getTimestampProperty()
|
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |