Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::REveException Class Reference

REveException Exception-type thrown by Eve classes.

Definition at line 43 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
 

#include <ROOT/REveTypes.hxx>

Inheritance diagram for ROOT::Experimental::REveException:
[legend]

Constructor & Destructor Documentation

◆ REveException() [1/2]

ROOT::Experimental::REveException::REveException ( )
default

◆ REveException() [2/2]

ROOT::Experimental::REveException::REveException ( std::string_view  s)
inlineexplicit

Definition at line 47 of file REveTypes.hxx.

◆ ~REveException()

ROOT::Experimental::REveException::~REveException ( )
inlineoverridenoexcept

Definition at line 48 of file REveTypes.hxx.

Member Function Documentation

◆ append()

void ROOT::Experimental::REveException::append ( std::string_view  s)
inline

Definition at line 49 of file REveTypes.hxx.

◆ str()

const std::string & ROOT::Experimental::REveException::str ( ) const
inlinenoexcept

Definition at line 52 of file REveTypes.hxx.

◆ what()

const char * ROOT::Experimental::REveException::what ( ) const
inlineoverridenoexcept

Definition at line 53 of file REveTypes.hxx.

Member Data Documentation

◆ fWhat

std::string ROOT::Experimental::REveException::fWhat
private

Definition at line 44 of file REveTypes.hxx.

Libraries for ROOT::Experimental::REveException:

The documentation for this class was generated from the following file: