#include <libthrowable/user_fault_type.h>
Public Member Functions | |
| UserFaultType (const std::string &msg) throw () | |
| UserFaultType (const char *filename, int linenumber, const std::string &msg) throw () | |
| UserFaultType (const char *filename, int linenumber, const char *function, const std::string &msg) throw () | |
| virtual | ~UserFaultType () throw () |
Protected Member Functions | |
| UserFaultType (const std::string &msg, const std::string &passUnmodifiedToException) throw () | |
| libthrowable::UserFaultType< UserFaultT, TagT >::UserFaultType | ( | const std::string & | msg | ) | throw () [inline, explicit] |
| libthrowable::UserFaultType< UserFaultT, TagT >::UserFaultType | ( | const char * | filename, | |
| int | linenumber, | |||
| const std::string & | msg | |||
| ) | throw () [inline] |
| libthrowable::UserFaultType< UserFaultT, TagT >::UserFaultType | ( | const char * | filename, | |
| int | linenumber, | |||
| const char * | function, | |||
| const std::string & | msg | |||
| ) | throw () [inline] |
| virtual libthrowable::UserFaultType< UserFaultT, TagT >::~UserFaultType | ( | ) | throw () [inline, virtual] |
| libthrowable::UserFaultType< UserFaultT, TagT >::UserFaultType | ( | const std::string & | msg, | |
| const std::string & | passUnmodifiedToException | |||
| ) | throw () [inline, protected] |
1.5.4
Hosted on