Atlas-C++
Public Member Functions | Protected Attributes | List of all members
Atlas::Exception Class Reference

Base class for all exceptions thrown by Atlas-C++. More...

#include <Exception.h>

Inheritance diagram for Atlas::Exception:
Atlas::Message::WrongTypeException Atlas::Objects::DefaultLoadingException Atlas::Objects::NoSuchAttrException Atlas::Objects::NoSuchFactoryException Atlas::Objects::NullSmartPtrDereference

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
 

Detailed Description

Base class for all exceptions thrown by Atlas-C++.

All subclasses should pass in a description of the exceptional circumstance encountered.


The documentation for this class was generated from the following file:

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.