Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
Class to handle errors occurring during the execution of the code. More...
#include <stdexcept>
#include <string>
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... | |
Class to handle errors occurring during the execution of the code.