TS++ library: time series library

◆ ExceptionTimeWindowOutside()

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

Definition at line 50 of file ipo.cc.

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