HydraExpress™ C++ API Reference Guide

 
Loading...
Searching...
No Matches
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 char *msg)
 Exception (const Exception &)
 Exception (const ExceptionInfo &eInfo)
 Exception (const rwsf::ExceptionInfo &eInfo, const LocalizedMessage &msg)
 Exception (const std::string &msg)
virtual ~Exception () noexcept
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 noexcept

Additional Inherited Members

Detailed Description

This exception wraps all exceptions originating from the rwsf::MessageInfo structure.

Constructor & Destructor Documentation

◆ MessageInfoException() [1/2]

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

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

◆ MessageInfoException() [2/2]

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 © 2026 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.