#include <util/exception.h>
Public Member Functions | |
not_implemented (const std::string &what="not implemented") | |
Public Member Functions inherited from vistle::except::exception | |
exception (const std::string &what="vistle error") | |
virtual | ~exception () throw () |
virtual const char * | what () const throw () |
virtual const char * | info () const throw () |
virtual const char * | where () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from vistle::except::exception | |
std::string | m_info |
vistle::except::not_implemented::not_implemented | ( | const std::string & | what = "not implemented" | ) |