RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
TooManyNodesException.h
Go to the documentation of this file.
1
//
2
//
3
// Copyright (C) 2020 Schrödinger, LLC
4
//
5
// @@ All Rights Reserved @@
6
// This file is part of the RDKit.
7
// The contents are covered by the terms of the BSD license
8
// which is included in the file license.txt, found at the root
9
// of the RDKit source tree.
10
//
11
#pragma once
12
13
#include <stdexcept>
14
#include <string>
15
16
#include <
RDGeneral/export.h
>
17
18
namespace
RDKit
{
19
namespace
CIPLabeler {
20
21
class
RDKIT_CIPLABELER_EXPORT
TooManyNodesException
22
:
public
std::runtime_error {
23
public
:
24
TooManyNodesException
(
const
std::string &msg) : std::runtime_error(msg) {}
25
};
26
27
}
// namespace CIPLabeler
28
}
// namespace RDKit
RDKit::CIPLabeler::TooManyNodesException
Definition
TooManyNodesException.h:22
RDKit::CIPLabeler::TooManyNodesException::TooManyNodesException
TooManyNodesException(const std::string &msg)
Definition
TooManyNodesException.h:24
export.h
RDKIT_CIPLABELER_EXPORT
#define RDKIT_CIPLABELER_EXPORT
Definition
export.h:33
RDKit
Std stuff.
Definition
Abbreviations.h:19
GraphMol
CIPLabeler
TooManyNodesException.h
Generated on Mon Sep 30 2024 05:19:34 for RDKit by
1.9.8