Lines Matching refs:IllegalArgumentException

58     using ::com::sun::star::lang::IllegalArgumentException;
103 …LL hasRegisteredDatabase( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, RuntimeE…
105 …CALL getDatabaseLocation( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, NoSuchEl…
106 …rtl::OUString& _Name, const ::rtl::OUString& _Location ) throw (IllegalArgumentException, ElementE…
107 …L revokeDatabaseLocation( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, NoSuchEl…
108 …tl::OUString& Name, const ::rtl::OUString& NewLocation ) throw (IllegalArgumentException, NoSuchEl…
109 …baseRegistrationReadOnly( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, NoSuchEl…
231 throw IllegalArgumentException( ::rtl::OUString(), *this, 1 ); in impl_checkValidName_throw()
240 throw IllegalArgumentException( ::rtl::OUString(), *this, 2 ); in impl_checkValidLocation_throw()
244 throw IllegalArgumentException( ::rtl::OUString(), *this, 2 ); in impl_checkValidLocation_throw()
248 …s::hasRegisteredDatabase( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, RuntimeE… in hasRegisteredDatabase()
280 …ons::getDatabaseLocation( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, NoSuchEl… in getDatabaseLocation()
294 …rtl::OUString& _Name, const ::rtl::OUString& _Location ) throw (IllegalArgumentException, ElementE… in registerDatabaseLocation()
313 …::revokeDatabaseLocation( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, NoSuchEl… in revokeDatabaseLocation()
339 …::OUString& _Name, const ::rtl::OUString& _NewLocation ) throw (IllegalArgumentException, NoSuchEl… in changeDatabaseLocation()
365 …baseRegistrationReadOnly( const ::rtl::OUString& _Name ) throw (IllegalArgumentException, NoSuchEl… in isDatabaseRegistrationReadOnly()