Base class for all ROOT issued exceptions.
Definition at line 78 of file RError.hxx.
Public Member Functions | |
| RException (const RError &error) | |
| RException (const RException &other) noexcept | |
| RException (RException &&other)=default | |
| const RError & | GetError () const |
| RException & | operator= (const RException &other)=default |
| RException & | operator= (RException &&other)=default |
Private Attributes | |
| std::optional< RError > | fError |
#include <ROOT/RError.hxx>
Definition at line 82 of file RError.hxx.
|
inlinenoexcept |
Definition at line 83 of file RError.hxx.
|
default |
Definition at line 99 of file RError.hxx.
|
default |
|
default |
|
private |
Definition at line 79 of file RError.hxx.