|
UDK 3.2.0 Java API Reference | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.star.comp.helper.BootstrapException
public class BootstrapException
BootstrapException is a checked exception that wraps an exception thrown by the original target.
コンストラクタの概要 | |
---|---|
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. |
メソッドの概要 | |
---|---|
Exception |
getTargetException()
Get the thrown target exception. |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public BootstrapException()
BootstrapException
with null
as
the target exception.
public BootstrapException(String message)
BootstrapException
with the specified
detail message.
message
- the detail messagepublic BootstrapException(String message, Exception target)
BootstrapException
with the specified
detail message and a target exception.
message
- the detail messagetarget
- the target exceptionpublic BootstrapException(Exception target)
BootstrapException
with a target exception.
target
- the target exceptionメソッドの詳細 |
---|
public Exception getTargetException()
|
UDK 3.2.0 Java API Reference | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |