![]() |
Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
|
Thrown when command line arguments are invalid. More...
#include <CommandLineException.hh>
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.hh.
CommandLineException::CommandLineException | ( | string | m = "exception!" | ) |
Constructor.
m | The exception string. |
Definition at line 4 of file CommandLineException.cc.
:msg(m) { }