![]() |
NeoCpp
|
Neo4j Exception. More...
#include <neo4j_exception.h>


Public Member Functions | |
| Neo4jException (std::string msg) | |
| Neo4jException (std::string msg, neo4j_result_stream_t *r) | |
| const char * | what () const throw () |
| Show the error message in readable format. | |
Public Attributes | |
| std::string | int_msg |
| const char * | int_msg_cstr |
| neo4j_result_stream_t * | results = NULL |
Neo4j Exception.
A child class of std::exception which holds error information for a Neo4j connection. Can be thrown by the Neo4cpp interfaces.
1.8.11