Skip navigation links

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

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.oracle.cep.cartridge
Class FunctionNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.oracle.cep.cartridge.CartridgeException
                    |
                    +--com.oracle.cep.cartridge.FunctionNotFoundException

public class FunctionNotFoundException
extends CartridgeException

Exception thrown when function being referenced in CQL is not supported by ExternalFunctionProvider.

See Also:
ExternalFunctionProvider, Serialized Form

Constructor Summary
FunctionNotFoundException(java.lang.String fullFunctionName)
           
FunctionNotFoundException(java.lang.String fullFunctionName, java.lang.String message)
           
FunctionNotFoundException(java.lang.String fullFunctionName, java.lang.String message, java.lang.Throwable cause)
           
FunctionNotFoundException(java.lang.String fullFunctionName, java.lang.Throwable cause)
           

 

Method Summary
 java.lang.String getNotFoundFunctionName()
           

 

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

FunctionNotFoundException

public FunctionNotFoundException(java.lang.String fullFunctionName)

FunctionNotFoundException

public FunctionNotFoundException(java.lang.String fullFunctionName,
                                 java.lang.String message)

FunctionNotFoundException

public FunctionNotFoundException(java.lang.String fullFunctionName,
                                 java.lang.Throwable cause)

FunctionNotFoundException

public FunctionNotFoundException(java.lang.String fullFunctionName,
                                 java.lang.String message,
                                 java.lang.Throwable cause)

Method Detail

getNotFoundFunctionName

public java.lang.String getNotFoundFunctionName()

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