com.sun.star.comp.helper
public class BootstrapException extends Exception
Since: UDK 3.1.0
Constructor Summary | |
---|---|
BootstrapException()
Constructs a BootstrapException with null as
the target exception. | |
BootstrapException(String message)
Constructs a BootstrapException with the specified
detail message.
| |
BootstrapException(String message, Exception target)
Constructs a BootstrapException with the specified
detail message and a target exception.
| |
BootstrapException(Exception target)
Constructs a BootstrapException with a target exception.
|
Method Summary | |
---|---|
Exception | getTargetException()
Get the thrown target exception.
|
BootstrapException
with null
as
the target exception.BootstrapException
with the specified
detail message.
Parameters: message the detail message
BootstrapException
with the specified
detail message and a target exception.
Parameters: message the detail message target the target exception
BootstrapException
with a target exception.
Parameters: target the target exception
Returns: the target exception