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