ReactOS
0.4.16-dev-340-g0540c21
CFatalException.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: Fatal program exception with automatically added information
5
* COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org)
6
*/
7
8
class
CFatalException
9
{
10
private
:
11
string
m_File
;
12
int
m_Line
;
13
string
m_Message
;
14
15
public
:
16
CFatalException
(
const
char
*
File
,
int
Line
,
const
char
*
Message
);
17
18
const
string
&
GetFile
()
const
{
return
m_File
; }
19
int
GetLine
()
const
{
return
m_Line
; }
20
const
string
&
GetMessage
()
const
{
return
m_Message
; }
21
};
CFatalException
Definition:
CFatalException.h:9
CFatalException::m_File
string m_File
Definition:
CFatalException.h:11
CFatalException::m_Message
string m_Message
Definition:
CFatalException.h:13
CFatalException::m_Line
int m_Line
Definition:
CFatalException.h:12
CFatalException::GetLine
int GetLine() const
Definition:
CFatalException.h:19
CFatalException::GetFile
const string & GetFile() const
Definition:
CFatalException.h:18
CFatalException::GetMessage
const string & GetMessage() const
Definition:
CFatalException.h:20
File
Definition:
File.h:16
Message
static const WCHAR Message[]
Definition:
register.c:74
Line
Definition:
ncftp.h:79
modules
rostests
rosautotest
CFatalException.h
Generated on Fri Dec 13 2024 06:08:42 for ReactOS by
1.9.6