ATLAS Offline Software
Public Member Functions | List of all members
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 97 of file computils.h.

Constructor & Destructor Documentation

◆ data_mismatch()

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

Definition at line 99 of file computils.h.

99 { std::cerr << "exception:" << data_mismatch::what() << " " << s << std::endl; };

Member Function Documentation

◆ what()

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

Definition at line 100 of file computils.h.

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

The documentation for this class was generated from the following file:
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
data_mismatch::what
virtual const char * what() const
Definition: computils.h:100