Base class for exceptions from SpecLib. More...
#include <SpecLibExceptions.hpp>
Public Member Functions | |
SpecLibException (const SpecLibException &) | |
SpecLibException (const std::string &what) | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
Public Member Functions inherited from std::exception | |
T | exception (T... args) |
T | operator= (T... args) |
T | what (T... args) |
T | ~exception (T... args) |
Base class for exceptions from SpecLib.
This is only for library exceptions generated within speclib. LibSCALE exceptions do not inherit from this.