Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1.6.3)

E14303-10
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


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 its value.

See Also:
Serialized Form

Constructor Summary
EventPropertyException(java.lang.String attrName, java.lang.String typeName, java.lang.String msg)
           

 

Method Summary
 java.lang.String getEventPropertyName()
           
 java.lang.String getEventTypeName()
           
 void setEventPropertyName(java.lang.String eventPropertyName)
           
 void setEventTypeName(java.lang.String eventTypeName)
           

 

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

EventPropertyException

public EventPropertyException(java.lang.String attrName,
                              java.lang.String typeName,
                              java.lang.String msg)

Method Detail

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)

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2012 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD