Searched refs:lssException (Results 1 – 3 of 3) sorted by relevance
42 class lssException : public std::exception class47 lssException(std::string _details) { details = _details; } in lssException() function in lssException48 ~lssException() throw() { } in ~lssException()
92 throw lssException("unknown uri protocol://"); in lss()101 throw lssException("unable to parse uri://"); in lss()133 throw lssException("ss creation failed"); in lss()
78 throw lssException("oom"); in append()