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. 
      
        
          | com::apama::EngineException::EngineException | ( | const char * | message | ) |  | 
      
 
 
  
  | 
        
          | virtual com::apama::EngineException::~EngineException | ( |  | ) |  |  
          | throw | ( |  |  
          |  | ) |  |  |  | virtual | 
 
 
  
  | 
        
          | 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. 
 
 
Copy assignment operator. 
 
 
  
  | 
        
          | 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: