#include <clipper.hpp>
Public Member Functions | |
clipperException (const char *description) | |
virtual const char * | what () const throw () |
virtual | ~clipperException () throw () |
Private Attributes | |
std::string | m_descr |
Definition at line 292 of file clipper.hpp.
ClipperLib::clipperException::clipperException | ( | const char * | description | ) | [inline] |
Definition at line 295 of file clipper.hpp.
virtual ClipperLib::clipperException::~clipperException | ( | ) | throw () [inline, virtual] |
Definition at line 296 of file clipper.hpp.
virtual const char* ClipperLib::clipperException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 297 of file clipper.hpp.
std::string ClipperLib::clipperException::m_descr [private] |
Definition at line 299 of file clipper.hpp.