#include <core/message.h>
Public Member Functions | |
codec_error (const std::string &what="unsupported codec") | |
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::message::codec_error::codec_error | ( | const std::string & | what = "unsupported codec" | ) |