Exception class for Evio software package.
More...
#include <EvioException.h>
Exception class for Evio software package.
- Date
- 04/10/2019
- Author
- timmer
◆ EvioException() [1/3]
evio::EvioException::EvioException |
( |
const std::string & |
msg | ) |
|
|
inlineexplicitnoexcept |
◆ EvioException() [2/3]
evio::EvioException::EvioException |
( |
const std::exception & |
ex | ) |
|
|
inlineexplicitnoexcept |
Constructor.
- Parameters
-
ex | exception that caused this one. |
◆ EvioException() [3/3]
evio::EvioException::EvioException |
( |
const std::string & |
msg, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
inlinenoexcept |
Constructor.
- Parameters
-
msg | error message. |
file | name of file exception occurred. |
line | file line exception occurred. |
The documentation for this class was generated from the following file: