Csound and CsoundAC API  5.17
Public Member Functions | Private Attributes
csound::Exception Class Reference

Base class for C++ exceptions in the Silence system. More...

#include <Exception.hpp>

Public Member Functions

 Exception (std::string message_)
std::string getMessage () const
virtual ~Exception ()

Private Attributes

std::string message

Detailed Description

Base class for C++ exceptions in the Silence system.

Constructor & Destructor Documentation

csound::Exception::Exception ( std::string  message_)
inline
virtual csound::Exception::~Exception ( )
inlinevirtual

Member Function Documentation

std::string csound::Exception::getMessage ( ) const
inline

Field Documentation

std::string csound::Exception::message
private