|
forb
|
Custom exception type used in the FORB IDL compiler. More...
#include <exception.hpp>
Public Member Functions | |
| exception (const std::string &when, const std::string &cause) | |
| Constructs a new exception; the first argument represents the action that was performed when the exception was thrown, while the second one is a more detailed description. More... | |
| ~exception () override=default | |
| Virtual destructor. | |
| exception (exception &&)=default | |
| This class supports moving. | |
| exception (const exception &)=default | |
| This class supports copying. | |
| const char * | what () const noexcept override |
| Returns the cause of the exception. | |
Custom exception type used in the FORB IDL compiler.
|
inline |
Constructs a new exception; the first argument represents the action that was performed when the exception was thrown, while the second one is a more detailed description.
1.8.12