UDK 3.2.0 Java API Reference

com.sun.star.comp.helper
クラス BootstrapException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張com.sun.star.comp.helper.BootstrapException
すべての実装インタフェース:
Serializable

public class BootstrapException
extends Exception

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

導入されたバージョン:
UDK 3.1.0
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

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.

パラメータ:
message - the detail message

BootstrapException

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

パラメータ:
message - the detail message
target - the target exception

BootstrapException

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

パラメータ:
target - the target exception
メソッドの詳細

getTargetException

public Exception getTargetException()
Get the thrown target exception.

戻り値:
the target exception

UDK 3.2.0 Java API Reference