openMSX
DiskExceptions.hh
Go to the documentation of this file.
1#ifndef DISKEXCEPTIONS_HH
2#define DISKEXCEPTIONS_HH
3
4#include "MSXException.hh"
5
6namespace openmsx {
7
8class NoSuchSectorException final : public MSXException {
9public:
11};
12
13class DiskIOErrorException final : public MSXException {
14public:
16};
17
18class DriveEmptyException final : public MSXException {
19public:
21};
22
24public:
26};
27
28} // namespace openmsx
29
30#endif
This file implemented 3 utility functions:
Definition Autofire.cc:9