Lines Matching refs:aExc
166 catch ( com.sun.star.comp.beans.NoConnectionException aExc ) in init()
168 catch ( com.sun.star.comp.beans.SystemWindowException aExc ) in init()
182 catch ( Throwable aExc ) in init()
184 System.err.println( "storeToBuffer failed: " + aExc ); in init()
185 aExc.printStackTrace( System.err ); in init()
199 catch ( Throwable aExc ) in init()
201 System.err.println( "loadFromBuffer failed: " + aExc ); in init()
202 aExc.printStackTrace( System.err ); in init()
307 catch ( com.sun.star.comp.beans.SystemWindowException aExc ) in createBlankDoc()
310 aExc.printStackTrace(); in createBlankDoc()
312 catch ( com.sun.star.comp.beans.NoConnectionException aExc ) in createBlankDoc()
315 aExc.printStackTrace(); in createBlankDoc()
317 catch ( Exception aExc ) in createBlankDoc()
320 aExc.printStackTrace(); in createBlankDoc()
344 catch ( com.sun.star.comp.beans.NoConnectionException aExc ) {} // ignore in terminate()