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

/inkscape/src/
H A Dbad-uri-exception.h15 class MalformedURIException : public BadURIException { class in namespace:Inkscape
H A Duri.cpp32 throw MalformedURIException();
36 throw MalformedURIException();
180 throw MalformedURIException();
187 throw MalformedURIException();
H A Duri-references.cpp178 throw MalformedURIException();
/inkscape/src/xml/
H A Drebase-hrefs-test.h54 using Inkscape::MalformedURIException;
90 catch ( MalformedURIException err )
92 dump_str( things[i], "MalformedURIException" );

Completed in 11 milliseconds