Home
last modified time | relevance | path

Searched refs:scythe_exception (Results 1 – 2 of 2) sorted by relevance

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A Derror.h160 class scythe_exception; variable
166 static scythe_exception *serr;
170 scythe_exception *serr;
189 class scythe_exception:public std::exception
192 scythe_exception (const std::string & head,
223 scythe_exception (const scythe_exception & e) throw () in throw()
236 scythe_exception & operator= (const scythe_exception & e) throw () in throw()
247 virtual ~ scythe_exception () throw () in ~scythe_exception()
355 class scythe_file_error:public scythe_exception
418 class scythe_null_error:public scythe_exception
[all …]
H A Ddistributions.h775 throw scythe_exception("UNEXPECTED ERROR", in lngammafn()