File MethodExceptions.h

Copyright

This code is licensed under the 3-clause BSD license.

Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.

See LICENSE.txt for details.

namespace Scine

This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.

This header contains alias definitions defining which classes to use for the different degrees of derivatives.

namespace Utils
namespace Methods
class InitializationException : public runtime_error

Subclassed by Scine::Utils::Methods::ParameterFileCannotBeOpenedException, Scine::Utils::Methods::ParameterFileIsInvalidException, Scine::Utils::Methods::ParametersDoNotExistForElementException, Scine::Utils::Methods::ParametersDoNotExistForElementPairException

Public Functions

InitializationException(const std::string &what_arg)
class ParameterFileCannotBeOpenedException : public Scine::Utils::Methods::InitializationException

Public Functions

ParameterFileCannotBeOpenedException(const std::string &filePath)
class ParameterFileIsInvalidException : public Scine::Utils::Methods::InitializationException

Public Functions

ParameterFileIsInvalidException(const std::string &filePath)
class ParametersDoNotExistForElementException : public Scine::Utils::Methods::InitializationException

Public Functions

ParametersDoNotExistForElementException(Utils::ElementType e)
class ParametersDoNotExistForElementPairException : public Scine::Utils::Methods::InitializationException

Public Functions

ParametersDoNotExistForElementPairException(Utils::ElementType e1, Utils::ElementType e2)