HydraExpress™ C++ API Reference Guide

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

Wraps all exceptions originating from the rwsf::MessageInfo structure. More...

#include <rwsf/handlers/MessageInfo.h>

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

Public Member Functions

 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 wraps all exceptions originating from the rwsf::MessageInfo structure.

Constructor & Destructor Documentation

rwsf::MessageInfoException::MessageInfoException ( const rwsf::ExceptionInfo einfo)

Constructs a rwsf::MessageInfoException with the given exception information einfo and a blank message.

rwsf::MessageInfoException::MessageInfoException ( const rwsf::ExceptionInfo einfo,
const rwsf::LocalizedMessage &  msg 
)

Constructs a rwsf::MessageInfoException with the given exception information einfo and message msg.

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.