CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
AllInOneConfig::ConfigError Class Reference

#include <exceptions.h>

Inheritance diagram for AllInOneConfig::ConfigError:

Public Member Functions

 ConfigError (const char *m)
 

Private Member Functions

const char * what () const override throw ()
 

Private Attributes

const char * msg
 

Detailed Description

Definition at line 20 of file exceptions.h.

Constructor & Destructor Documentation

◆ ConfigError()

AllInOneConfig::ConfigError::ConfigError ( const char *  m)
inline

Member Function Documentation

◆ what()

const char* AllInOneConfig::ConfigError::what ( ) const
throw (
)
inlineoverrideprivate

Definition at line 22 of file exceptions.h.

References msg.

22 { return msg; }

Member Data Documentation

◆ msg

const char* AllInOneConfig::ConfigError::msg
private