40 std::string retval (
"No such label: `" );
42 retval +=
"' for ntuple column";
44 return retval.c_str();
virtual const char * what() const
The standard method to return a string giving message about the cause of the exception.
DataRepException(const std::string &type)
Constructor taking the bad binding lable type as argument.
virtual ~DataRepException()
The virtual destructor.
PyArray_TYPES type(numeric::array arr)
An xception class that is thrown when attempting to bind a DataRep to a NTuple with a column name tha...
std::string m_type
The binding label that could not be found in NTuple.