#include <error_utils.h>

Public Member Functions | |
| DerivedError & | derived_this () throw () |
| error_base (std::string const &prefix, std::string const &msg) throw () | |
| error_base (std::string const &prefix, const char *file, long line, std::string const &msg="", bool internal=true) throw () | |
| error_base (error_base const &e) throw () | |
| virtual const char * | what () const throw () |
| template<typename T> | |
| DerivedError & | with_current_value (const T &value, const char *label) |
Public Attributes | |
| DerivedError & | SCITBX_ERROR_UTILS_ASSERT_A |
| DerivedError & | SCITBX_ERROR_UTILS_ASSERT_B |
This class is aimed at being inherited from: class error : public std::exception, protected scitbx::error_base<error> { define constructors }
1.5.6