![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Thrown when command line arguments are invalid. More...
#include <CommandLineException.h>
Public Member Functions | |
CommandLineException (string m="exception!") | |
Constructor. | |
~CommandLineException () throw () | |
Destructor. | |
const char * | what () const throw () |
To implement Exception. | |
Private Attributes | |
string | msg |
The message string for this exception. |
Thrown when command line arguments are invalid.
Definition at line 28 of file CommandLineException.h.
CommandLineException::CommandLineException | ( | string | m = "exception!" | ) |
Constructor.
m | The exception string. |
Definition at line 4 of file CommandLineException.cpp.
:msg(m) { }