Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Experimental::TDirectoryUnknownKey Class Reference

Objects of this class are thrown to signal that no key with that name exists.

Definition at line 33 of file TDirectory.hxx.

Public Member Functions

 TDirectoryUnknownKey (const std::string &keyName)
 
const char * what () const noexcept final
 

Private Attributes

std::string fKeyName
 

#include <ROOT/TDirectory.hxx>

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

Constructor & Destructor Documentation

◆ TDirectoryUnknownKey()

ROOT::Experimental::TDirectoryUnknownKey::TDirectoryUnknownKey ( const std::string &  keyName)
inline

Definition at line 36 of file TDirectory.hxx.

Member Function Documentation

◆ what()

const char* ROOT::Experimental::TDirectoryUnknownKey::what ( ) const
inlinefinalnoexcept

Definition at line 37 of file TDirectory.hxx.

Member Data Documentation

◆ fKeyName

std::string ROOT::Experimental::TDirectoryUnknownKey::fKeyName
private

Definition at line 34 of file TDirectory.hxx.


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