#include <util/exception.h>
Public Member Functions | |
assertion_failure (const std::string &what="assertion failure") | |
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::assertion_failure::assertion_failure | ( | const std::string & | what = "assertion failure" | ) |