Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::ProcessorException Class Reference

#include <processor.h>

Inheritance diagram for ARDOUR::ProcessorException:
[legend]

Public Member Functions

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

Private Attributes

std::string _message
 

Detailed Description

Definition at line 47 of file processor.h.

Constructor & Destructor Documentation

◆ ProcessorException()

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

Definition at line 50 of file processor.h.

◆ ~ProcessorException()

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

Definition at line 51 of file processor.h.

Member Function Documentation

◆ what()

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

Definition at line 53 of file processor.h.

Member Data Documentation

◆ _message

std::string ARDOUR::ProcessorException::_message
private

Definition at line 56 of file processor.h.


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