HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
Documentation Home
List of all members | Public Member Functions
rwsf::MessageInfoKeyNotFoundException Class Reference

Indicates that a requested key is not found. More...

#include <rwsf/handlers/MessageInfo.h>

Inheritance diagram for rwsf::MessageInfoKeyNotFoundException:
rwsf::MessageInfoException rwsf::Exception

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 Exceptionclone (void) const
 
const char * getFileName () const
 
const char * getFunctionName () const
 
unsigned long getLineNumber () const
 
virtual bool operator!= (const Exception exc2)
 
Exceptionoperator= (const Exception &m)
 
virtual bool operator== (const Exception exc2)
 
virtual void raise (void) const
 
virtual const char * what () const throw ()
 

Additional Inherited Members

Detailed Description

This exception signifies that a key was requested but not found within the rwsf::MessageInfo map.

Constructor & Destructor Documentation

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 © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.