facilities::BadTimeInput Class Reference

#include <Timestamp.h>

List of all members.

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

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

Definition at line 15 of file Timestamp.h.

00015 : complaint(msg) {};

facilities::BadTimeInput::~BadTimeInput (  )  [inline]

Definition at line 16 of file Timestamp.h.

00016 {};

facilities::BadTimeInput::BadTimeInput ( const BadTimeInput other  )  [inline]

Definition at line 19 of file Timestamp.h.

References complaint, and EvtCyclic3::other().

00019 {complaint = other.complaint; };


Member Data Documentation

std::string facilities::BadTimeInput::complaint

Definition at line 16 of file Timestamp.h.

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


Generated on Tue Nov 29 23:36:33 2016 for BOSS_7.0.2 by  doxygen 1.4.7