![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Class to allow us to throw a ValueError from C++ and have it make it back to Python.
More...
#include <Exceptions.h>
Public Member Functions | |
| ValueErrorException (const std::string &i) | |
| ValueErrorException (const char *msg) | |
| const char * | what () const noexcept override |
| ~ValueErrorException () noexcept | |
Class to allow us to throw a ValueError from C++ and have it make it back to Python.
Definition at line 39 of file Exceptions.h.
|
inline |
Definition at line 41 of file Exceptions.h.
|
inline |
Definition at line 43 of file Exceptions.h.
|
inlinenoexcept |
Definition at line 46 of file Exceptions.h.
|
inlineoverridenoexcept |
Definition at line 45 of file Exceptions.h.