7 #ifndef __EXCEPTION_HPP__
8 #define __EXCEPTION_HPP__
31 virtual const char*
what()
const throw() {
59 virtual const char*
what()
const throw() {
Warning with customizable message.
Definition: Exceptions.hpp:44
const std::string message_
The message that is to be printed.
Definition: Exceptions.hpp:64
Use this exception if feature is not implemented yet.
Definition: Exceptions.hpp:105
virtual ~GeneralException()
Definition: Exceptions.hpp:27
virtual ~GeneralWarning()
Definition: Exceptions.hpp:55
Exception in the TreeCorrelator, both reading and parsing XML file, as well as creating new places...
Definition: Exceptions.hpp:78
GeneralException()
Definition: Exceptions.hpp:19
virtual const char * what() const
Definition: Exceptions.hpp:59
GeneralException(const std::string &msg)
Definition: Exceptions.hpp:23
ConversionException(const std::string &msg)
Definition: Exceptions.hpp:91
Exception with customizable message.
Definition: Exceptions.hpp:16
virtual const char * what() const
Definition: Exceptions.hpp:31
Read/write exception for all file operation related tasks.
Definition: Exceptions.hpp:68
GeneralWarning(const std::string &msg)
Definition: Exceptions.hpp:51
GeneralWarning()
Definition: Exceptions.hpp:47
HistogramException(const std::string &msg)
Definition: Exceptions.hpp:100
Error in conversion of string to numerical or boolean value.
Definition: Exceptions.hpp:87
IOException(const std::string &msg)
Definition: Exceptions.hpp:72
TreeCorrelatorException(const std::string &msg)
Definition: Exceptions.hpp:82
const std::string message_
The message that is to be printed.
Definition: Exceptions.hpp:36
Error in creating or accesing histograms.
Definition: Exceptions.hpp:96
NotImplemented(const std::string &msg)
Definition: Exceptions.hpp:109