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