HepLib
Public Member Functions | Public Attributes | List of all members
HepLib::Error Class Reference

class used to wrap error message More...

#include <BASIC.h>

Inheritance diagram for HepLib::Error:
Inheritance graph
[legend]
Collaboration diagram for HepLib::Error:
Collaboration graph
[legend]

Public Member Functions

const char * what () const throw ()
 
 Error (string _msg)
 Error constructor,. More...
 

Public Attributes

string msg
 

Detailed Description

class used to wrap error message

Definition at line 242 of file BASIC.h.

Constructor & Destructor Documentation

◆ Error()

HepLib::Error::Error ( string  _msg)

Error constructor,.

Parameters
_msgerror message

Definition at line 23 of file BASIC.cpp.

Member Function Documentation

◆ what()

const char * HepLib::Error::what ( ) const
throw (
)

Definition at line 24 of file BASIC.cpp.

Member Data Documentation

◆ msg

string HepLib::Error::msg

Definition at line 244 of file BASIC.h.


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