HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Indicates that a requested key is not found. More...
#include <rwsf/handlers/MessageInfo.h>
Public Member Functions | |
MessageInfoKeyNotFoundException (const rwsf::ExceptionInfo &einfo, const std::string &key) | |
Public Member Functions inherited from rwsf::MessageInfoException | |
MessageInfoException (const rwsf::ExceptionInfo &einfo) | |
MessageInfoException (const rwsf::ExceptionInfo &einfo, const rwsf::LocalizedMessage &msg) | |
Public Member Functions inherited from rwsf::Exception | |
Exception (const ExceptionInfo &eInfo) | |
Exception (const char *msg) | |
Exception (const std::string &msg) | |
Exception (const rwsf::ExceptionInfo &eInfo, const LocalizedMessage &msg) | |
Exception (const Exception &) | |
virtual | ~Exception () throw () |
virtual Exception * | clone (void) const |
const char * | getFileName () const |
const char * | getFunctionName () const |
unsigned long | getLineNumber () const |
virtual bool | operator!= (const Exception exc2) |
Exception & | operator= (const Exception &m) |
virtual bool | operator== (const Exception exc2) |
virtual void | raise (void) const |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Related Functions inherited from rwsf::Exception | |
#define | RWSF_DECLARE_EXCEPTION_METHODS(className) |
#define | RWSF_DEFINE_EXCEPTION_METHODS(className) |
#define | RWSF_EINFO |
This exception signifies that a key was requested but not found within the rwsf::MessageInfo map.
rwsf::MessageInfoKeyNotFoundException::MessageInfoKeyNotFoundException | ( | const rwsf::ExceptionInfo & | einfo, |
const std::string & | key | ||
) |
Constructs a KeyNotFoundException with the given exception information, einfo, and the key that wasn't found.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |