Lines Matching defs:err
109 Glib::ustring err = "UriInputStream cannot open file ";
110 err += cpath;
112 throw StreamException(err);
142 Glib::ustring err = "UriInputStream passed NULL";
143 throw StreamException(err);
293 Glib::ustring err = "UriOutputStream given null file ";
294 throw StreamException(err);
326 Glib::ustring err = "UriOutputStream cannot open file ";
327 err += cpath;
328 throw StreamException(err);
418 Glib::ustring err = "ERROR writing to file ";
419 throw StreamException(err);