HDK
|
#include <IexBaseExc.h>
Public Member Functions | |
IEX_EXPORT | BaseExc (const char *s=0) throw () |
IEX_EXPORT | BaseExc (const std::string &s) throw () |
IEX_EXPORT | BaseExc (std::stringstream &s) throw () |
IEX_EXPORT | BaseExc (const BaseExc &be) throw () |
virtual IEX_EXPORT | ~BaseExc () throw () |
virtual IEX_EXPORT const char * | what () const throw () |
IEX_EXPORT BaseExc & | assign (std::stringstream &s) |
IEX_EXPORT BaseExc & | operator= (std::stringstream &s) |
IEX_EXPORT BaseExc & | append (std::stringstream &s) |
IEX_EXPORT BaseExc & | operator+= (std::stringstream &s) |
IEX_EXPORT BaseExc & | assign (const char *s) |
IEX_EXPORT BaseExc & | operator= (const char *s) |
IEX_EXPORT BaseExc & | append (const char *s) |
IEX_EXPORT BaseExc & | operator+= (const char *s) |
IEX_EXPORT const std::string & | message () const |
IEX_EXPORT const std::string & | stackTrace () const |
Definition at line 60 of file IexBaseExc.h.
IEX_EXPORT BaseExc::BaseExc | ( | const char * | s = 0 | ) | |
throw | ( | ||||
) |
IEX_EXPORT BaseExc::BaseExc | ( | const std::string & | s | ) | |
throw | ( | ||||
) |
IEX_EXPORT BaseExc::BaseExc | ( | std::stringstream & | s | ) | |
throw | ( | ||||
) |
IEX_EXPORT BaseExc::BaseExc | ( | const BaseExc & | be | ) | |
throw | ( | ||||
) |
|
virtual |
IEX_EXPORT BaseExc& BaseExc::append | ( | std::stringstream & | s | ) |
IEX_EXPORT BaseExc& BaseExc::append | ( | const char * | s | ) |
IEX_EXPORT BaseExc& BaseExc::assign | ( | std::stringstream & | s | ) |
IEX_EXPORT BaseExc& BaseExc::assign | ( | const char * | s | ) |
IEX_EXPORT const std::string& BaseExc::message | ( | ) | const |
IEX_EXPORT BaseExc& BaseExc::operator+= | ( | std::stringstream & | s | ) |
IEX_EXPORT BaseExc& BaseExc::operator+= | ( | const char * | s | ) |
IEX_EXPORT BaseExc& BaseExc::operator= | ( | std::stringstream & | s | ) |
IEX_EXPORT BaseExc& BaseExc::operator= | ( | const char * | s | ) |
IEX_EXPORT const std::string& BaseExc::stackTrace | ( | ) | const |
|
virtual |