Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
Exceptions.hpp File Reference

Class to handle errors occurring during the execution of the code. More...

#include <stdexcept>
#include <string>
Include dependency graph for Exceptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GeneralException
 Exception with customizable message. More...
 
class  GeneralWarning
 Warning with customizable message. More...
 
class  IOException
 Read/write exception for all file operation related tasks. More...
 
class  TreeCorrelatorException
 Exception in the TreeCorrelator, both reading and parsing XML file, as well as creating new places, accessing places etc. More...
 
class  ConversionException
 Error in conversion of string to numerical or boolean value. More...
 
class  HistogramException
 Error in creating or accesing histograms. More...
 
class  NotImplemented
 Use this exception if feature is not implemented yet. More...
 

Detailed Description

Class to handle errors occurring during the execution of the code.

Author
K. A. Miernik
Date
November 22, 2012