Searched refs:LPSException (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp77 throw(LPSException(fSock->getLastError()));
144 throw(LPSException("error talking to lpd server"));
165 throw(LPSException("error reading file."));
192 throw(LPSException("server not responding."));
201 throw(LPSException("server error."));
205 throw(LPSException("not enough spool space on server."));
H A DLpsClient.h17 class LPSException { class
19 LPSException(const string& what) function in class:LPSException
H A DLprTransport.cpp129 catch (LPSException &err) {
H A DLprSetupDlg.cpp143 catch (LPSException &err) {

Completed in 56 milliseconds