ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
Public Member Functions | Private Attributes
CommandLineException Class Reference

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

#include <CommandLineException.h>

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.h.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
mThe exception string.

Definition at line 4 of file CommandLineException.cpp.

  :msg(m)
{

}

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

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

Created by Rikard Lundmark