Class Scine::Core::CalculationException

class CalculationException : public runtime_error

Base class for exceptions thrown during calculations.

Subclassed by Scine::Core::EmptyMolecularStructureException, Scine::Core::InitializationException, Scine::Core::StateSavingException, Scine::Core::UnsuccessfulCalculationException

Protected Functions

CalculationException(const std::string &s)

protected ctor: instantiation only in derived classes.