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

An exception thrown when an error relating to a data file is detected. More...

#include <DataFileException.h>

List of all members.

Public Member Functions

 DataFileException (string m="exception!")
 Constructor.
 ~DataFileException () throw ()
 Destructor.
const char * what () const throw ()
 Retrieves the reason of the exception.

Private Attributes

string msg
 The reason of the exception to be thrown.

Detailed Description

An exception thrown when an error relating to a data file is detected.

When this error is thrown, there probably is something wrong with one of the data files supplied to the program.

Author:
Rikard Lundmark

Definition at line 29 of file DataFileException.h.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
mThe description of the reason for the exception to be thrown.

Definition at line 4 of file DataFileException.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