iRoCS Toolbox  1.1.0
Errors.hh
Go to the documentation of this file.
1 /**************************************************************************
2  *
3  * Copyright (C) 2005-2015 Olaf Ronneberger, Jörg Mechnich, Florian Pigorsch,
4  * Mario Emmenlauer, Thorsten Schmidt
5  *
6  * Image Analysis Lab, University of Freiburg, Germany
7  *
8  * This program 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 3 of the License, or
11  * (at your option) any later version.
12  *
13  * This program 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 this program; if not, write to the Free Software Foundation,
20  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21  *
22  **************************************************************************/
23 
24 /**************************************************************************
25 ** Title: Exceptions...
26 ** $RCSfile$
27 ** $Revision: 115 $$Name$
28 ** $Date: 2003-01-31 03:52:28 +0100 (Fri, 31 Jan 2003) $
29 ** Copyright: GPL $Author: mechnich $
30 ** Description:
31 **
32 **
33 **
34 **-------------------------------------------------------------------------
35 **
36 ** $Log$
37 ** Revision 1.2 2003/01/31 02:52:28 mechnich
38 ** added XML output of all CmdLine arguments
39 **
40 ** Revision 1.1 2002/04/04 12:01:54 pigorsch
41 ** - initial revision
42 **
43 **
44 **
45 **************************************************************************/
46 #ifndef ERRORS_HH
47 #define ERRORS_HH
48 
49 #ifdef HAVE_CONFIG_H
50 #include <config.hh>
51 #endif
52 
53 #include "CmdLineError.hh"
54 
57 
60 
63 
66 
69 
72 
73 #endif
Internal Error. Is thrown when an internal error occurs.
Definition: Errors.hh:68
Usage Error. Is thrown when the –help/-? CmdArg is parsed.
Definition: Errors.hh:56
Dublicate Argument Error. Is thrown when an ambigous CmdArg is appended.
Definition: Errors.hh:71
The CmdLineError class is the parent class of all exceptions used in libCmdLine.
Definition: CmdLineError.hh:70
Usage HTML Error. Is thrown when the –helphtml CmdArg is parsed.
Definition: Errors.hh:59
Syntax Error. Is thrown when an syntax error occurs.
Definition: Errors.hh:65
Usage XML Error. Is thrown when the –usagexml CmdArg is parsed.
Definition: Errors.hh:62