7 #ifndef ATLAS_EXCEPTION_H
8 #define ATLAS_EXCEPTION_H
20 std::string m_description;
23 Exception(
const std::string & d =
"UNKNOWN ERROR") : m_description(d) { }
25 const std::string & getDescription()
const {
28 virtual const char * what()
const throw();
33 #endif // ATLAS_EXCEPTION_H
Base class for all exceptions thrown by Atlas-C++.
Definition: Exception.h:18
The Atlas namespace.
Definition: Bridge.h:20
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation
License or the GNU General Public License and may be freely distributed under
the terms given by one of these licenses.