4.6.0
Freundlich's C++ toolkit
|
Public Member Functions | |
FCPPT_OPTIONS_DETAIL_SYMBOL | exception (fcppt::string &&) |
FCPPT_OPTIONS_DETAIL_SYMBOL | exception (exception const &) |
FCPPT_OPTIONS_DETAIL_SYMBOL | exception (exception &&) noexcept |
FCPPT_OPTIONS_DETAIL_SYMBOL exception & | operator= (exception const &) |
FCPPT_OPTIONS_DETAIL_SYMBOL exception & | operator= (exception &&) noexcept |
FCPPT_OPTIONS_DETAIL_SYMBOL | ~exception () noexcept override |
Public Member Functions inherited from fcppt::exception | |
FCPPT_DETAIL_SYMBOL | exception (fcppt::string &&what) |
Constructs an exception from a string. | |
FCPPT_DETAIL_SYMBOL | exception (exception const &) |
FCPPT_DETAIL_SYMBOL | exception (exception &&) noexcept |
FCPPT_DETAIL_SYMBOL exception & | operator= (exception const &) |
FCPPT_DETAIL_SYMBOL exception & | operator= (exception &&) noexcept |
FCPPT_DETAIL_SYMBOL fcppt::string const & | string () const |
Returns the error message. | |
FCPPT_DETAIL_SYMBOL char const * | what () const noexcept override |
Returns a generic error. | |
FCPPT_DETAIL_SYMBOL | ~exception () noexcept override |
|
explicit |
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::options::exception::exception | ( | exception const & | ) |
|
noexcept |
|
overridenoexcept |
|
noexcept |