Searched refs:BootstrapException (Results 1 – 9 of 9) sorted by relevance
474 BootstrapException::BootstrapException() in BootstrapException() function in cppu::BootstrapException478 BootstrapException::BootstrapException( const ::rtl::OUString & rMessage ) in BootstrapException() function in cppu::BootstrapException483 BootstrapException::BootstrapException( const BootstrapException & e ) in BootstrapException() function in cppu::BootstrapException488 BootstrapException::~BootstrapException() in ~BootstrapException()492 BootstrapException & BootstrapException::operator=( const BootstrapException & e ) in operator =()498 const ::rtl::OUString & BootstrapException::getMessage() const in getMessage()511 throw BootstrapException( in bootstrap()521 throw BootstrapException( in bootstrap()528 throw BootstrapException( in bootstrap()546 throw BootstrapException( OUSTR( "no local component context!" ) ); in bootstrap()[all …]
146 class CPPUHELPER_DLLPUBLIC BootstrapException class152 BootstrapException();160 BootstrapException( const ::rtl::OUString & rMessage );165 BootstrapException( const BootstrapException & e );170 virtual ~BootstrapException();175 BootstrapException & operator=( const BootstrapException & e );
225 throws BootstrapException { in bootstrap()234 throw new BootstrapException( "no local component context!" ); in bootstrap()243 throw new BootstrapException( "no office executable found!" ); in bootstrap()268 throw new BootstrapException( "no initial service manager!" ); in bootstrap()286 throw new BootstrapException( "no component context!" ); in bootstrap()292 throw new BootstrapException(ex.toString()); in bootstrap()297 } catch ( BootstrapException e ) { in bootstrap()302 throw new BootstrapException( e ); in bootstrap()
32 public class BootstrapException extends java.lang.Exception { class43 public BootstrapException() { in BootstrapException() method in BootstrapException53 public BootstrapException( String message ) { in BootstrapException() method in BootstrapException64 public BootstrapException( String message, Exception target ) { in BootstrapException() method in BootstrapException74 public BootstrapException( Exception target ) { in BootstrapException() method in BootstrapException
36 class BootstrapException(UnoException): class79 raise BootstrapException("Cannot connect to soffice server.", None)82 except BootstrapException:85 raise BootstrapException("Caught exception " + str(e), None)
64 catch ( ::cppu::BootstrapException & e ) in SAL_IMPLEMENT_MAIN()
77 catch ( ::cppu::BootstrapException & e ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
47 com/sun/star/comp/helper/BootstrapException.java \
64 javaunohelper/com/sun/star/comp/helper/BootstrapException \