Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous

BootstrapException (Java UNO Runtime Reference)
UDK 3.2.7 Java API Reference

com.sun.star.comp.helper
Class BootstrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.star.comp.helper.BootstrapException
All Implemented Interfaces:
Serializable

public class BootstrapException
extends Exception

BootstrapException is a checked exception that wraps an exception thrown by the original target.

Since:
UDK 3.1.0
See Also:
Serialized Form

Constructor Summary
BootstrapException()
          Constructs a BootstrapException with null as the target exception.
BootstrapException(Exception target)
          Constructs a BootstrapException with a 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.
 
Method Summary
 Exception getTargetException()
          Get the thrown target exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootstrapException

public BootstrapException()
Constructs a BootstrapException with null as the target exception.


BootstrapException

public BootstrapException(String message)
Constructs a BootstrapException with the specified detail message.

Parameters:
message - the detail message

BootstrapException

public BootstrapException(String message,
                          Exception target)
Constructs a BootstrapException with the specified detail message and a target exception.

Parameters:
message - the detail message
target - the target exception

BootstrapException

public BootstrapException(Exception target)
Constructs a BootstrapException with a target exception.

Parameters:
target - the target exception
Method Detail

getTargetException

public Exception getTargetException()
Get the thrown target exception.

Returns:
the target exception

UDK 3.2.7 Java API Reference

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.