UDK 3.1.0 Java API Reference

com.sun.star.uno
クラス DeploymentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.star.uno.RuntimeException
                          |
                          +--com.sun.star.uno.DeploymentException
すべての実装インタフェース:
Serializable

public class DeploymentException
extends RuntimeException

関連項目:
直列化された形式

フィールドの概要
 
クラス com.sun.star.uno.RuntimeException から継承したフィールド
Context, UNOTYPEINFO
 
コンストラクタの概要
DeploymentException()
           
DeploymentException(String _Message)
           
DeploymentException(String _Message, Object _Context)
           
 
クラス 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
 

コンストラクタの詳細

DeploymentException

public DeploymentException()

DeploymentException

public DeploymentException(String _Message)

DeploymentException

public DeploymentException(String _Message,
                           Object _Context)

UDK 3.1.0 Java API Reference