RMF
|
#include <RMF/exceptions.h>
Public Member Functions | |
InternalException (const InternalException &)=default | |
InternalException & | operator= (const InternalException &)=default |
![]() | |
Exception (const Exception &)=default | |
Exception & | operator= (const Exception &)=default |
const char * | what () const noexceptoverride |
Internal exceptions are thrown when the library discovers that some internal invariant no longer holds. Since they represent bugs in the library, one can not necessarily recover when they occur..
Definition at line 68 of file exceptions.h.