An EngineException is thrown by methods in this library if any problems are encountered.
More...
#include <engine_client_cpp.hpp>
An EngineException is thrown by methods in this library if any problems are encountered.
◆ EngineException() [1/2]
com::apama::EngineException::EngineException |
( |
const char * |
message | ) |
|
◆ EngineException() [2/2]
◆ ~EngineException()
virtual com::apama::EngineException::~EngineException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ getWarnings()
virtual const char* const* com::apama::EngineException::getWarnings |
( |
| ) |
const |
|
inlinevirtual |
Retrieve the set of warnings associated with the exception.
- Returns
- A pointer to a NULL terminated list of warnings, possibly NULL if there are none. This list is owned by the exception object. It should not be deleted.
◆ operator=()
Copy assignment operator.
◆ what()
virtual const char* com::apama::EngineException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
Retrieve the message enclosed within the exception.
- Returns
- C style string with details of the error that caused the operation to fail.
The documentation for this class was generated from the following file: