NeoCpp
Public Member Functions | Public Attributes | List of all members
Neocpp::Neo4jException Struct Reference

Neo4j Exception. More...

#include <neo4j_exception.h>

Inheritance diagram for Neocpp::Neo4jException:
Inheritance graph
[legend]
Collaboration diagram for Neocpp::Neo4jException:
Collaboration graph
[legend]

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
 

Detailed Description

Neo4j Exception.

A child class of std::exception which holds error information for a Neo4j connection. Can be thrown by the Neo4cpp interfaces.


The documentation for this struct was generated from the following file: