Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
Public Member Functions | Private Attributes
CommandLineException Class Reference

Thrown when command line arguments are invalid. More...

#include <CommandLineException.hh>

List of all members.

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.

Detailed Description

Thrown when command line arguments are invalid.

Author:
Rikard Lundmark

Definition at line 28 of file CommandLineException.hh.


Constructor & Destructor Documentation

CommandLineException::CommandLineException ( string  m = "exception!")

Constructor.

Parameters:
mThe exception string.

Definition at line 4 of file CommandLineException.cc.

  :msg(m)
{

}

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark