|
Oracle Fusion Middleware Java API Reference for Oracle Event Processing 12c Release 1 (12.1.3.0.0) E54267-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.ConfigurationException | +--com.bea.wlevs.ede.api.UnsupportedPropertyException
Configuration exception raised when encountering unknown event property names.
EventType
, Serialized FormConstructor Summary | |
UnsupportedPropertyException(java.lang.String message, java.lang.String propertyName) Unsupported property. |
|
UnsupportedPropertyException(java.lang.String message, java.lang.String propertyName, java.lang.Throwable cause) Unsupported property. |
Method Summary | |
java.lang.String |
getPropertyName() Returns name of offending event property. |
Methods inherited from class com.bea.wlevs.ede.api.ConfigurationException |
getStage |
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 |
Constructor Detail |
public UnsupportedPropertyException(java.lang.String message, java.lang.String propertyName)
message
- Exception descriptionpropertyName
- Offending property namepublic UnsupportedPropertyException(java.lang.String message, java.lang.String propertyName, java.lang.Throwable cause)
message
- Exception descriptionpropertyName
- Offending property namecause
- Root causeMethod Detail |
public java.lang.String getPropertyName()
|
Copyright © 2007, 2014 Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |