Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
MessageException.h
1
/*
2
* $Id$
3
* MessageException class interface
4
*
5
* This file is part of OTAWA
6
* Copyright (c) 2006-07, IRIT UPS.
7
*
8
* OTAWA is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation; either version 2 of the License, or
11
* (at your option) any later version.
12
*
13
* OTAWA is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with OTAWA; if not, write to the Free Software
20
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
*/
22
#ifndef ELM_UTIL_MESSAGE_EXCEPTION_H
23
#define ELM_UTIL_MESSAGE_EXCEPTION_H
24
25
#include <elm/util/Exception.h>
26
27
namespace
elm
{
28
29
// MessageException class
30
class
MessageException
:
public
Exception
{
31
public
:
32
MessageException
(
const
String
&
message
);
33
virtual
String
message
(
void
);
34
35
private
:
36
String
msg;
37
};
38
39
}
// elm
40
41
#endif // ELM_UTIL_MESSAGE_EXCEPTION_H
42
elm::MessageException
Definition:
MessageException.h:30
elm::MessageException::message
virtual String message(void)
Definition:
util_MessageException.cpp:50
elm::Exception
Definition:
Exception.h:29
elm
Definition:
adapter.h:26
elm::String
Definition:
String.h:30
elm::MessageException::MessageException
MessageException(const String &message)
Definition:
util_MessageException.cpp:42
include
elm
util
MessageException.h
Generated on Fri Jul 23 2021 11:32:45 for Elm by
1.8.17