ReactOS
0.4.15-dev-4570-g4f8bbd1
CSimpleException.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Automatic Testing Utility
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Simple exception containing just a message
5
* COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org)
6
*/
7
8
class
CSimpleException
9
{
10
private
:
11
string
m_Message
;
12
13
public
:
14
CSimpleException
(
const
string
&
Message
);
15
16
const
string
&
GetMessage
()
const
{
return
m_Message
; }
17
};
CSimpleException::GetMessage
const string & GetMessage() const
Definition:
CSimpleException.h:16
CSimpleException
Definition:
CSimpleException.h:8
CSimpleException::CSimpleException
CSimpleException(const string &Message)
Definition:
CSimpleException.cpp:17
Message
CHAR Message[80]
Definition:
alive.c:5
CSimpleException::m_Message
string m_Message
Definition:
CSimpleException.h:11
modules
rostests
rosautotest
CSimpleException.h
Generated on Fri May 20 2022 06:06:24 for ReactOS by
1.8.15