Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: cppu ::

class BootstrapException


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
YES NO NO NO
Summary
* An exception indicating a bootstrap error.
*
* 
Since
UDK 3.2.0
File
bootstrap.hxx

Public Members

Methods


BootstrapException( );
* Constructs a BootstrapException.

BootstrapException( const ::rtl::OUString & rMessage );
* Constructs a BootstrapException with the specified detail message. * *

BootstrapException( const BootstrapException & e );
* Copy constructs a BootstrapException.
virtual
~BootstrapException( );
* Destructs a BootstrapException.
BootstrapException &
operator=( const BootstrapException & e );
* Assigns a BootstrapException.
const ::rtl::OUString &
getMessage( ) const;
Gets the message.

Private Members

Data

::rtl::OUString m_aMessage;

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.