1 #ifndef Rice__Exception_Base_defn__hpp_
2 #define Rice__Exception_Base_defn__hpp_
4 #include "Object_defn.hpp"
14 :
public std::exception
22 virtual char const * what()
const throw() = 0;
An abstract interface for Exception.
Definition: Exception_Base_defn.hpp:16
The base class for all Objects.
Definition: Object_defn.hpp:25