Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

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


com.bea.wlevs.ede.api
Class ArithmeticExecutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.wlevs.ede.api.EventProcessingException
                          |
                          +--com.bea.wlevs.ede.api.CQLExecutionException
                                |
                                +--com.bea.wlevs.ede.api.ArithmeticExecutionException

public class ArithmeticExecutionException
extends CQLExecutionException

Event processing exception raised if error occurs while executing an arithmetic-related expression in a CQL statement. For example, if a division by zero happens in a CQL query.

See Also:
Serialized Form

Methods inherited from class com.bea.wlevs.ede.api.CQLExecutionException
getAction, getCauseMessage

 

Methods inherited from class com.bea.wlevs.ede.api.EventProcessingException
getDeleteEvents, getInsertEvents, getNextException, getOrigin, getUpdateEvents, iterator, setNextException

 

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

 


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