Ardour  9.0-pre0-350-gf17a656217
ARDOUR::SessionException Class Reference

#include <session.h>

Inheritance diagram for ARDOUR::SessionException:
[legend]

Public Member Functions

 SessionException (const std::string msg)
 
virtual ~SessionException () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string _message
 

Detailed Description

Definition at line 193 of file session.h.

Constructor & Destructor Documentation

◆ SessionException()

ARDOUR::SessionException::SessionException ( const std::string  msg)
inlineexplicit

Definition at line 195 of file session.h.

◆ ~SessionException()

virtual ARDOUR::SessionException::~SessionException ( )
throw (
)
inlinevirtual

Definition at line 196 of file session.h.

Member Function Documentation

◆ what()

virtual const char* ARDOUR::SessionException::what ( ) const
throw (
)
inlinevirtual

Definition at line 198 of file session.h.

Member Data Documentation

◆ _message

std::string ARDOUR::SessionException::_message
private

Definition at line 201 of file session.h.


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