HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Wraps all exceptions originating from the rwsf::MessageInfo structure. More...
#include <rwsf/handlers/MessageInfo.h>
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 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 wraps all exceptions originating from the rwsf::MessageInfo structure.
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 © 2019 Rogue Wave Software, Inc. All Rights Reserved. |