![]() |
IMP
2.2.1
The Integrative Modeling Platform
|
Exception definitions and assertions. More...
#include <IMP/base/base_config.h>#include "compiler_macros.h"#include "enums.h"#include "nullptr.h"#include "internal/static.h"#include <string>#include <stdexcept>
Include dependency graph for base/exception.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::base::EventException |
| An exception that signifies some event occurred. More... | |
| class | IMP::base::Exception |
The general base class for IMP exceptions. More... | |
| class | IMP::base::IndexException |
| An exception for a request for an invalid member of a container. More... | |
| struct | IMP::base::InternalException |
| A general exception for an intenal error in IMP. More... | |
| class | IMP::base::IOException |
| An input/output exception. More... | |
| class | IMP::base::ModelException |
| An exception which is thrown when the kernel::Model has attributes with invalid values. More... | |
| class | IMP::base::UsageException |
An exception for an invalid usage of IMP. More... | |
| class | IMP::base::ValueException |
An exception for an invalid value being passed to IMP. More... | |
Namespaces | |
| IMP | |
| All IMP::kernel code is brought into the IMP namespace. | |
| IMP::base | |
| See IMP.base for more information. | |
Error checking and reporting | |
By default Error handling is provided by IMP/base/exception.h, Use the | |
| void | IMP::base::set_check_level (CheckLevel tf) |
| Control runtime checks in the code. More... | |
| CheckLevel | IMP::base::get_check_level () |
| Get the current audit mode. | |
| void | IMP::base::handle_error (const char *msg) |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file base/exception.h.