tue_config
Public Member Functions | Private Attributes | List of all members
tue::config::ParseException Class Reference

#include <read.h>

Inheritance diagram for tue::config::ParseException:
Inheritance graph
[legend]

Public Member Functions

 ParseException (const std::string message)
 
const char * what () const throw ()
 
 ~ParseException () throw ()
 
- Public Member Functions inherited from std::exception
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

Private Attributes

std::string message_
 

Detailed Description

Definition at line 17 of file read.h.

Constructor & Destructor Documentation

◆ ParseException()

tue::config::ParseException::ParseException ( const std::string  message)
inline

Definition at line 21 of file read.h.

◆ ~ParseException()

tue::config::ParseException::~ParseException ( )
throw (
)
inline

Definition at line 23 of file read.h.

Member Function Documentation

◆ what()

const char* tue::config::ParseException::what ( ) const
throw (
)
inline

Definition at line 25 of file read.h.

Member Data Documentation

◆ message_

std::string tue::config::ParseException::message_
private

Definition at line 29 of file read.h.


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