HephAudio
v3.0.6
A cross-platform C++ library for recording, playing, and processing audio on Windows, Android, Linux, iOS, and macOS.
Loading...
Searching...
No Matches
HephCommon
HeaderFiles
Exceptions
NotFoundException.h
Go to the documentation of this file.
1
#pragma once
2
#include "
HephShared.h
"
3
#include "
Exception.h
"
4
7
namespace
Heph
8
{
13
class
HEPH_API
NotFoundException
:
public
Exception
14
{
15
public
:
17
NotFoundException
();
18
20
NotFoundException
(
const
std::string& method,
const
std::string& message);
21
22
virtual
std::string
GetName
()
const override
;
23
24
protected
:
25
virtual
void
AddToExceptions
()
const override
;
26
};
27
}
Exception.h
HephShared.h
HEPH_API
#define HEPH_API
Definition
HephShared.h:132
Heph::Exception
stores exception information. Base class for exceptions.
Definition
Exception.h:40
Heph::NotFoundException
raised when a search fails.
Definition
NotFoundException.h:14
Heph::NotFoundException::NotFoundException
NotFoundException(const std::string &method, const std::string &message)
Heph::NotFoundException::NotFoundException
NotFoundException()
Heph::NotFoundException::GetName
virtual std::string GetName() const override
Heph::NotFoundException::AddToExceptions
virtual void AddToExceptions() const override
Generated by
1.11.0