Atlas-C++
|
Base class for all exceptions thrown by Atlas-C++. More...
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &d="UNKNOWN ERROR") | |
const std::string & | getDescription () const |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | m_description |
Base class for all exceptions thrown by Atlas-C++.
All subclasses should pass in a description of the exceptional circumstance encountered.
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.