![]() |
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 |
const char * | message () const noexcept |
~ValueErrorException () noexcept | |
Class to allow us to throw a ValueError
from C++ and have it make it back to Python.
Definition at line 40 of file Exceptions.h.
|
inline |
Definition at line 42 of file Exceptions.h.
|
inline |
Definition at line 44 of file Exceptions.h.
|
inlinenoexcept |
Definition at line 48 of file Exceptions.h.
|
inlinenoexcept |
Definition at line 47 of file Exceptions.h.
References what().
|
inlineoverridenoexcept |
Definition at line 46 of file Exceptions.h.
Referenced by message().