Lines Matching refs:Exception

54                            XComponent xDoc) throws java.lang.Exception {  in BasicMacroTools()
66 } catch (com.sun.star.uno.Exception e) { in BasicMacroTools()
67 throw new Exception( in BasicMacroTools()
77 } catch (Exception e) { in BasicMacroTools()
78 throw new Exception("could not initialize BasicMacros " + in BasicMacroTools()
87 throws java.lang.Exception { in BasicMacroTools()
98 } catch (com.sun.star.uno.Exception e) { in BasicMacroTools()
99 throw new Exception( in BasicMacroTools()
109 } catch (Exception e) { in BasicMacroTools()
110 throw new Exception("could not initialize BasicMacros " + in BasicMacroTools()
117 throws java.lang.Exception { in makeDispatchProvider()
122 throw new Exception("Could not create DispatchProvider"); in makeDispatchProvider()
130 throws java.lang.Exception { in makeParser()
135 } catch (Exception e) { in makeParser()
136 throw new Exception("could not create UTL-Transformer " + in makeParser()
142 throws java.lang.Exception { in loadLibrary()
145 } catch (java.lang.Exception e) { in loadLibrary()
147 throw new Exception("ERROR: Could not append Library " + in loadLibrary()
155 throw new Exception("ERROR: Could not load Library " + in loadLibrary()
159 throw new Exception("ERROR: Could not load Library " + in loadLibrary()
165 throws java.lang.Exception { in appendLibrary()
168 } catch (java.lang.Exception e) { in appendLibrary()
175 throw new Exception("ERROR: Library " + LibraryName + in appendLibrary()
177 } catch (com.sun.star.uno.Exception e) { in appendLibrary()
179 throw new Exception("Could not link Basic library:" + in appendLibrary()
184 public void removeLibrary(String LibraryName) throws java.lang.Exception { in removeLibrary()
190 throw new Exception("Could not remove Basic library:" + in removeLibrary()
194 throw new Exception("Could not remove Basic library:" + in removeLibrary()
200 public void runMarco(String MacroName) throws java.lang.Exception { in runMarco()
212 throw new Exception("Could not run Macro " + MacroName); in runMarco()
225 throws Exception { in addSecureBasicMarcosURL()