Base class for all exceptions that are aware of ErrorContainer.
More...
#include <fcml_errors.hpp>
Base class for all exceptions that are aware of ErrorContainer.
- Since
- 1.1.0
◆ ErrorContainerAwareException()
Creates an error container aware exception instance and sets basic information for it.
- Parameters
-
msg | An error message. |
errorContainer | An error container for exception. |
error | An optional FCML error code. |
- Since
- 1.1.0
◆ getErrorContainer()
const ErrorContainer& fcml::ErrorContainerAwareException::getErrorContainer |
( |
| ) |
const |
|
inline |
Gets a reference to an error container associated with the exception.
- Returns
- The error container.
- Since
- 1.1.0
◆ setErrorContainer()
void fcml::ErrorContainerAwareException::setErrorContainer |
( |
const ErrorContainer & |
errorContainer | ) |
|
|
inline |
Sets a new error container for the exception.
- Parameters
-
errorContainer | The new error container to be set for the exception. |
- Since
- 1.1.0
The documentation for this class was generated from the following file: