REveException Exception-type thrown by Eve classes.
Definition at line 42 of file REveTypes.hxx.
Public Member Functions | |
| REveException ()=default | |
| REveException (std::string_view s) | |
| ~REveException () noexcept override | |
| void | append (std::string_view s) |
| const std::string & | str () const noexcept |
| const char * | what () const noexcept override |
Private Attributes | |
| std::string | fWhat |
|
default |
|
inlineexplicit |
Definition at line 46 of file REveTypes.hxx.
|
inlineoverridenoexcept |
Definition at line 47 of file REveTypes.hxx.
|
inline |
Definition at line 48 of file REveTypes.hxx.
|
inlinenoexcept |
Definition at line 51 of file REveTypes.hxx.
|
inlineoverridenoexcept |
Definition at line 52 of file REveTypes.hxx.
|
private |
Definition at line 43 of file REveTypes.hxx.