BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
facilities::BadTimeInput Class Reference

#include <Timestamp.h>

Public Member Functions

 BadTimeInput (std::string msg)
 
 ~BadTimeInput ()
 
 BadTimeInput (const BadTimeInput &other)
 

Public Attributes

std::string complaint
 

Detailed Description

Exception class, used to complain about bad arguments to constructors, incompatible arguments for comparisons or arithmetic, or out of range results.

Definition at line 13 of file Timestamp.h.

Constructor & Destructor Documentation

◆ BadTimeInput() [1/2]

facilities::BadTimeInput::BadTimeInput ( std::string msg)
inline

Definition at line 15 of file Timestamp.h.

15: complaint(msg) {};

◆ ~BadTimeInput()

facilities::BadTimeInput::~BadTimeInput ( )
inline

Definition at line 16 of file Timestamp.h.

16{};

◆ BadTimeInput() [2/2]

facilities::BadTimeInput::BadTimeInput ( const BadTimeInput & other)
inline

Definition at line 19 of file Timestamp.h.

19{complaint = other.complaint; };
Index other(Index i, Index j)

Member Data Documentation

◆ complaint

std::string facilities::BadTimeInput::complaint

Definition at line 17 of file Timestamp.h.

Referenced by BadTimeInput(), main(), and rdbModel::Datatype::okValue().


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