virtual const char * what() const
The standard method to return a string giving message about the cause of the exception.
std::string m_message
The error message.
PlotterException(const std::string &message)
Constructor taking the error message as argument.
PyArray_TYPES type(numeric::array arr)
PlotterException class interface.
An exception class that is thrown when attempting an illegal operation on a PlotterBase object...
virtual ~PlotterException()
The virtual destructor.