inicpp
C++ parser of INI files with schema validation.
|
#include <exception.h>
Public Member Functions | |
bad_cast_exception (const std::string &message) | |
bad_cast_exception (const std::string &from, const std::string &to) | |
virtual const char * | what () const noexcept |
Protected Attributes | |
std::string | what_ |
Occurs when two elements cannot be successfully casted.
Definition at line 73 of file exception.h.
|
inline |
General bad_cast_exception constructor with given description.
message | exception cause |
Definition at line 80 of file exception.h.
|
inline |
Constructor in which casted elements can be specified.
from | type from which conversion was invoked |
to | type to which conversion was invoked |
Definition at line 88 of file exception.h.
|
inlinevirtualnoexceptinherited |
Return description of this exception instance.
Definition at line 47 of file exception.h.
|
protectedinherited |
Description of exception
Definition at line 19 of file exception.h.