Searched refs:StreamException (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/io/
H A Duristream.cpp112 throw StreamException(err);
143 throw StreamException(err);
294 throw StreamException(err);
328 throw StreamException(err);
419 throw StreamException(err);
H A Dinkscapestream.h20 class StreamException : public std::exception class in namespace:Inkscape::IO
24 StreamException(const char *theReason) throw() function in class:Inkscape::IO::StreamException
26 StreamException(Glib::ustring &theReason) throw() function in class:Inkscape::IO::StreamException
28 virtual ~StreamException() throw()
H A Dxsltstream.cpp37 throw StreamException("read failed");
210 throw StreamException(err->message);

Completed in 1387 milliseconds