Eclipse SUMO - Simulation of Urban MObility
strict_fstream::Exception Class Reference

Exception class thrown by failed operations. More...

#include <strict_fstream.hpp>

Inheritance diagram for strict_fstream::Exception:
[legend]
Collaboration diagram for strict_fstream::Exception:
[legend]

Public Member Functions

 Exception (const std::string &msg)
 
const char * what () const noexcept
 

Private Attributes

std::string _msg
 

Detailed Description

Exception class thrown by failed operations.

Definition at line 83 of file strict_fstream.hpp.

Constructor & Destructor Documentation

◆ Exception()

strict_fstream::Exception::Exception ( const std::string &  msg)
inline

Definition at line 87 of file strict_fstream.hpp.

Member Function Documentation

◆ what()

const char* strict_fstream::Exception::what ( ) const
inlinenoexcept

Definition at line 88 of file strict_fstream.hpp.

References _msg.

Referenced by OutputDevice_File::OutputDevice_File().

Here is the caller graph for this function:

Field Documentation

◆ _msg

std::string strict_fstream::Exception::_msg
private

Definition at line 90 of file strict_fstream.hpp.

Referenced by what().


The documentation for this class was generated from the following file: