#include <ExceptionImpl.h>
Public Member Functions | |
virtual | ~Exception () throw () |
Exception (const std::string initMessage) | |
Exception () | |
Exception (const Exception< S > &source) | |
Exception< S > & | operator= (const Exception< S > &source) |
virtual const char * | what () const throw () |
virtual std::string | getParameterString (const std::string &name) const |
virtual u32 | getParameterNumber (const std::string &name) const |
virtual void | setMessageString (const std::string &newMsgString) |
virtual void | setParameter (const std::string &name, const std::string &value) |
virtual void | setParameter (const std::string &name, const u32 value) |
Private Attributes | |
std::string | messageStr |
std::string | outputStr |
std::map< std::string, std::string > | r_ptrStrMap |
std::map< std::string, u32 > | r_ptrNumMap |
|
Definition at line 64 of file ExceptionImpl.h. |
|
Definition at line 66 of file ExceptionImpl.h. |
|
Definition at line 67 of file ExceptionImpl.h. |
|
Definition at line 89 of file ExceptionImpl.h. |
|
Definition at line 235 of file ExceptionImpl.h. References Exception::r_ptrNumMap, and u32. Referenced by Exception::what(). |
|
Definition at line 242 of file ExceptionImpl.h. References Exception::r_ptrStrMap. Referenced by Exception::what(). |
|
Definition at line 110 of file ExceptionImpl.h. References Exception::messageStr, Exception::outputStr, Exception::r_ptrNumMap, Exception::r_ptrStrMap, and Exception::setParameter(). |
|
Definition at line 215 of file ExceptionImpl.h. References Exception::messageStr. Referenced by SMBIOSGetAssetTag(), SMBIOSGetBiosVersion(), SMBIOSGetDellSystemId(), SMBIOSGetNvramStateBytes(), SMBIOSGetServiceTag(), SMBIOSGetSystemName(), SMBIOSGetVendorName(), SMBIOSHasNvramStateBytes(), SMBIOSIsDellSystem(), SMBIOSSetAssetTag(), SMBIOSSetNvramStateBytes(), SMBIOSSetServiceTag(), testStandalone::testException(), and upBootHelper(). |
|
Definition at line 228 of file ExceptionImpl.h. References Exception::r_ptrNumMap. |
|
Definition at line 222 of file ExceptionImpl.h. References Exception::r_ptrStrMap. Referenced by Exception::operator=(), and testStandalone::testException(). |
|
Definition at line 137 of file ExceptionImpl.h. References Exception::getParameterNumber(), Exception::getParameterString(), and Exception::outputStr. Referenced by SMBIOSGetSysInfoErrorString(), and testStandalone::testException(). |
|
Definition at line 80 of file ExceptionImpl.h. Referenced by Exception::operator=(), and Exception::setMessageString(). |
|
Definition at line 81 of file ExceptionImpl.h. Referenced by Exception::operator=(), and Exception::what(). |
|
Definition at line 84 of file ExceptionImpl.h. Referenced by Exception::getParameterNumber(), Exception::operator=(), and Exception::setParameter(). |
|
Definition at line 83 of file ExceptionImpl.h. Referenced by Exception::getParameterString(), Exception::operator=(), and Exception::setParameter(). |