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