drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.
|
Exception class for ALSA Sequencer errors. More...
#include <sequencererror.h>
Public Member Functions | |
SequencerError (QString const &s, int rc) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Retrieve a human readable error message. More... | |
QString | qstrError () const |
Gets the human readable error message from the error code. More... | |
int | code () const |
Gets the numeric error code. More... | |
const QString & | location () const |
Gets the location of the error code as provided in the constructor. More... | |
Exception class for ALSA Sequencer errors.
This class is used to report errors from the ALSA sequencer.
The class SequencerError represents an exception object reported when the ALSA library returns an error code. It is only used for severe errors.
Definition at line 64 of file sequencererror.h.