40 std::string retval (
"No such type: `" );
42 retval +=
"' could be found in factory";
44 return retval.c_str();
char const * what() const
The error message that can be retreived.
FactoryException(const FactoryException &)
The copy constructor.
PyArray_TYPES type(numeric::array arr)
virtual ~FactoryException()
The destructor.
FactoryException class interface.
An exception class that is thrown when the factory fails to find the request class by its name...
std::string m_type
The type name that could not be found in the factory.