Logo ROOT  
Reference Guide
ROOT::Experimental::REveException Class Reference

REveException Exception-type thrown by Eve classes.

Definition at line 40 of file REveTypes.hxx.

Public Member Functions

 REveException ()=default
 
 REveException (const std::string &s)
 
virtual ~REveException () noexcept
 
void append (const std::string &s)
 
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 ( const std::string &  s)
inlineexplicit

Definition at line 44 of file REveTypes.hxx.

◆ ~REveException()

virtual ROOT::Experimental::REveException::~REveException ( )
inlinevirtualnoexcept

Definition at line 45 of file REveTypes.hxx.

Member Function Documentation

◆ append()

void ROOT::Experimental::REveException::append ( const std::string &  s)
inline

Definition at line 46 of file REveTypes.hxx.

◆ what()

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

Definition at line 48 of file REveTypes.hxx.

Member Data Documentation

◆ fWhat

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

Definition at line 41 of file REveTypes.hxx.

Libraries for ROOT::Experimental::REveException:
[legend]

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