ATLAS Offline Software
Loading...
Searching...
No Matches
data_mismatch Class Reference

#include <computils.h>

Inheritance diagram for data_mismatch:
Collaboration diagram for data_mismatch:

Public Member Functions

 data_mismatch (const std::string &s)
virtual const char * what () const throw ()

Detailed Description

Definition at line 100 of file computils.h.

Constructor & Destructor Documentation

◆ data_mismatch()

data_mismatch::data_mismatch ( const std::string & s)
inline

Definition at line 102 of file computils.h.

102{ std::cerr << "exception:" << data_mismatch::what() << " " << s << std::endl; };
virtual const char * what() const
Definition computils.h:103

Member Function Documentation

◆ what()

virtual const char * data_mismatch::what ( ) const
throw ( )
inlinevirtual

Definition at line 103 of file computils.h.

103{ return "data don't match"; }

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