paludis
Version 2.6.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
paludis
args
bad_argument.hh
Go to the documentation of this file.
1
/* vim: set sw=4 sts=4 et foldmethod=syntax : */
2
3
/*
4
* Copyright (c) 2005, 2006, 2007 Ciaran McCreesh
5
*
6
* This file is part of the Paludis package manager. Paludis is free software;
7
* you can redistribute it and/or modify it under the terms of the GNU General
8
* Public License version 2, as published by the Free Software Foundation.
9
*
10
* Paludis is distributed in the hope that it will be useful, but WITHOUT ANY
11
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13
* details.
14
*
15
* You should have received a copy of the GNU General Public License along with
16
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
17
* Place, Suite 330, Boston, MA 02111-1307 USA
18
*/
19
20
#ifndef PALUDIS_GUARD_ARGS_BAD_ARGUMENT_HH
21
#define PALUDIS_GUARD_ARGS_BAD_ARGUMENT_HH 1
22
23
#include <
paludis/args/args_error.hh
>
24
25
/** \file
26
* Declarations for BadArgument.
27
*
28
* \ingroup g_args
29
*
30
* \section Examples
31
*
32
* - None at this time.
33
*/
34
35
namespace
paludis
36
{
37
namespace
args
38
{
39
/**
40
* Thrown if an unrecognised command line argument is specified.
41
*
42
* \ingroup g_args
43
* \ingroup g_exceptions
44
*/
45
class
PALUDIS_VISIBLE
BadArgument
:
46
public
ArgsError
47
{
48
public
:
49
/**
50
* Constructor.
51
*/
52
BadArgument
(
const
std::string & option) noexcept;
53
};
54
}
55
}
56
57
#endif
paludis
Definition:
about_metadata-fwd.hh:23
paludis::args::BadArgument
Definition:
bad_argument.hh:45
args_error.hh
paludis::args::ArgsError
Definition:
args_error.hh:46
PALUDIS_VISIBLE
#define PALUDIS_VISIBLE
Definition:
attributes.hh:59
Generated by
1.8.11