Apama 10.3.1 | Apama Documentation | Developing Apama Applications | Developing EPL Plug-ins | Writing EPL Plug-ins in C++ | Creating a plug-in using C++ | Exceptions
 
Exceptions
Plug-ins can throw exceptions from plug-in methods. They must be derived from std::exception as normal.
If a plug-in throws an exception, this will be turned into an exception in EPL which may be caught with the EPL try { } catch syntax.
If you do not catch the exception, then the calling monitor instance will be terminated with the message in the exception thrown from the plug-in.

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.