UDK 3.1.0 Java API Reference

com.sun.star.uno
クラス RuntimeException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張com.sun.star.uno.RuntimeException
すべての実装インタフェース:
Serializable
直系の既知のサブクラス:
DeploymentException, MappingException, SecurityException

public class RuntimeException
extends RuntimeException

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

フィールドの概要
 Object Context
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
コンストラクタの概要
RuntimeException()
           
RuntimeException(String _Message)
           
RuntimeException(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
 

フィールドの詳細

Context

public Object Context

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
コンストラクタの詳細

RuntimeException

public RuntimeException()

RuntimeException

public RuntimeException(String _Message)

RuntimeException

public RuntimeException(String _Message,
                        Object _Context)

UDK 3.1.0 Java API Reference