Customized subclasses of std::exception or std::runtime_error. More...
Collaboration diagram for Exceptions:
Classes | |
class | boca::Problematic |
Generic problematic cases. More... | |
class | boca::Overlap |
Overlap between structures More... | |
class | boca::Empty |
Empty multiplets More... | |
class | boca::Isolated |
Isolated objects More... | |
Functions | |
boca::Problematic::Problematic (std::string const &argument=__FILE__) | |
char const * | boca::Problematic::what () const throw () |
char const * | boca::Overlap::what () const throw () |
char const * | boca::Empty::what () const throw () |
char const * | boca::Isolated::what () const throw () |
Variables | |
std::string | boca::Problematic::arg_ |
Detailed Description
Customized subclasses of std::exception or std::runtime_error.
Function Documentation
|
inline |
char const * boca::Problematic::what | ( | ) | const | |
throw | ( | |||
) |
char const * boca::Overlap::what | ( | ) | const | |
throw | ( | |||
) |
char const * boca::Empty::what | ( | ) | const | |
throw | ( | |||
) |
char const * boca::Isolated::what | ( | ) | const | |
throw | ( | |||
) |
Variable Documentation
std::string boca::Problematic::arg_ |