Apama  9.10.0.4.289795
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
AP_PluginException Class Reference

Base class of all exceptions thrown across the correlator/plugin boundary. More...

#include <correlator_plugin.hpp>

Inheritance diagram for AP_PluginException:
AP_BoundsException AP_TypeException AP_UnimplementedException AP_UserPluginException

Public Member Functions

 AP_PluginException (const std::string &what)
 Construct an AP_PluginException from a message. More...
 

Detailed Description

Base class of all exceptions thrown across the correlator/plugin boundary.

Unless documented otherwise, plugins should assume that any API function can throw this exception.

Constructor & Destructor Documentation

AP_PluginException::AP_PluginException ( const std::string &  what)
inlineexplicit

Construct an AP_PluginException from a message.


The documentation for this class was generated from the following file: