fcppt 5.2.0
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::system_conversion_failed Class Reference
Inheritance diagram for fcppt::system_conversion_failed:
fcppt::exception

Public Types

using command_type = fcppt::strong_typedef< fcppt::string ,_>

Public Member Functions

FCPPT_DETAIL_SYMBOL system_conversion_failed (command_type &&)
FCPPT_DETAIL_SYMBOL system_conversion_failed (system_conversion_failed const &)
FCPPT_DETAIL_SYMBOL system_conversion_failed (system_conversion_failed &&) noexcept
FCPPT_DETAIL_SYMBOL system_conversion_failedoperator= (system_conversion_failed const &)
FCPPT_DETAIL_SYMBOL system_conversion_failedoperator= (system_conversion_failed &&) noexcept
FCPPT_DETAIL_SYMBOL ~system_conversion_failed () noexcept override
FCPPT_DETAIL_SYMBOL fcppt::string const & command () const
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 exceptionoperator= (exception const &)
FCPPT_DETAIL_SYMBOL exceptionoperator= (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

Member Typedef Documentation

◆ command_type

Constructor & Destructor Documentation

◆ system_conversion_failed() [1/3]

FCPPT_DETAIL_SYMBOL fcppt::system_conversion_failed::system_conversion_failed ( command_type && )
explicit

◆ system_conversion_failed() [2/3]

FCPPT_DETAIL_SYMBOL fcppt::system_conversion_failed::system_conversion_failed ( system_conversion_failed const & )

◆ system_conversion_failed() [3/3]

FCPPT_DETAIL_SYMBOL fcppt::system_conversion_failed::system_conversion_failed ( system_conversion_failed && )
noexcept

◆ ~system_conversion_failed()

FCPPT_DETAIL_SYMBOL fcppt::system_conversion_failed::~system_conversion_failed ( )
overridenoexcept

Member Function Documentation

◆ command()

FCPPT_DETAIL_SYMBOL fcppt::string const & fcppt::system_conversion_failed::command ( ) const
nodiscard

◆ operator=() [1/2]

FCPPT_DETAIL_SYMBOL system_conversion_failed & fcppt::system_conversion_failed::operator= ( system_conversion_failed && )
noexcept

◆ operator=() [2/2]

FCPPT_DETAIL_SYMBOL system_conversion_failed & fcppt::system_conversion_failed::operator= ( system_conversion_failed const & )