Content for OpenOffice.org version 3.3.
| PUBLIC MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
| PRIVATE MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
:: 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
-
Top of Page
Copyright © 2009 Sun Microsystems, Inc.