Apama
10.2.0.3
|
#include <correlator_plugin.hpp>
Public Member Functions | |
AP_UserPluginException (const std::string &type, const std::string &what) | |
const std::string & | getType () const |
Public Member Functions inherited from AP_PluginException | |
AP_PluginException (const std::string &what) | |
While all exceptions thrown from a plugin method can be caught within EPL, this class is preferred as it allows the plugin author to determine the type of the EPL exception.
|
inlineexplicit |
type | Calling getType() on the resulting EPL exception will result in "PluginException:<type>" |
what | Calling getMessage() on the resulting EPL exception will return this string |
|
inline |