RMF
RMF::UsageException Class Reference

#include <RMF/exceptions.h>

+ Inheritance diagram for RMF::UsageException:

Public Member Functions

 UsageException (const UsageException &)=default
 
UsageExceptionoperator= (const UsageException &)=default
 
- Public Member Functions inherited from RMF::Exception
 Exception (const Exception &)=default
 
Exceptionoperator= (const Exception &)=default
 
const char * what () const noexceptoverride
 

Detailed Description

Usage exceptions are thrown when the library is misused in some way, e.g., an out of bounds element is requested from a collection. In general when these are thrown, the failed operation should have been cleanly aborted without changing the file.

Definition at line 48 of file exceptions.h.


The documentation for this class was generated from the following file: