(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.
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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.