openMSX
commands
CommandException.hh
Go to the documentation of this file.
1
#ifndef COMMANDEXCEPTION_HH
2
#define COMMANDEXCEPTION_HH
3
4
#include "
MSXException.hh
"
5
6
namespace
openmsx
{
7
8
class
CommandException
:
public
MSXException
9
{
10
public
:
11
using
MSXException::MSXException
;
12
};
13
14
class
SyntaxError
final :
public
CommandException
15
{
16
public
:
17
SyntaxError
();
18
};
19
20
}
// namespace openmsx
21
22
#endif
MSXException.hh
openmsx::CommandException
Definition
CommandException.hh:9
openmsx::MSXException
Definition
MSXException.hh:12
openmsx::MSXException::MSXException
MSXException()=default
openmsx::SyntaxError
Definition
CommandException.hh:15
openmsx::SyntaxError::SyntaxError
SyntaxError()
Definition
CommandException.cc:5
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
Generated on Sun Dec 1 2024 22:13:41 for openMSX by
1.9.8