Default exception class for autopas exceptions.
More...
#include <ExceptionHandler.h>
Default exception class for autopas exceptions.
- Note
- normally generated using ExceptionHandler::exception("some string")
◆ AutoPasException() [1/2]
autopas::utils::ExceptionHandler::AutoPasException::AutoPasException |
( |
std::string |
description | ) |
|
|
explicit |
constructor
- Parameters
-
description | a descriptive string |
◆ AutoPasException() [2/2]
autopas::utils::ExceptionHandler::AutoPasException::AutoPasException |
( |
const AutoPasException & |
exception | ) |
|
|
default |
Copy constructor.
- Parameters
-
◆ what()
const char * autopas::utils::ExceptionHandler::AutoPasException::what |
( |
| ) |
const |
|
overridenoexcept |
returns the description
- Returns
The documentation for this class was generated from the following files: