Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
BootstrapException (Java UNO Runtime Reference)
com.sun.star.comp.helper
Class BootstrapException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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 messagetarget - the target exception
 
BootstrapException
public BootstrapException(Exception target)
- Constructs a 
BootstrapException with a target exception.
- Parameters:
 target - the target exception
 
getTargetException
public Exception getTargetException()
- Get the thrown target exception.
- Returns:
 - the target exception