|
|
com.sun.star.comp.helper
|
||||||||||||||||||||||||||||||||||||||||||||||||
| 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
BootstrapExceptionwithnullas the target exception.
BootstrapException
public BootstrapException(String message)
- Constructs a
BootstrapExceptionwith the specified detail message. - Parameters:
message- the detail message
BootstrapException
public BootstrapException(String message, Exception target)
- Constructs a
BootstrapExceptionwith the specified detail message and a target exception. - Parameters:
message- the detail messagetarget- the target exception
BootstrapException
public BootstrapException(Exception target)
- Constructs a
BootstrapExceptionwith 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.0 Java API Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||


