TS++ library: time series library

◆ ExceptionTimeWindowEmpty()

ts::ipo::ExceptionTimeWindowEmpty::ExceptionTimeWindowEmpty ( const char *  message,
const char *  file,
const int &  line,
const char *  condition 
)

Definition at line 61 of file ipo.cc.

65  : Exception(message, file, line, cond)
66  { }
Exception()
Creates exception with no explaning comments.
Definition: error.cc:50