UDK 3.1.0 Java API Reference

com.sun.star.uno
クラス Exception

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

public class Exception
extends Exception

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

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

Exception

public Exception()

Exception

public Exception(String _Message)

Exception

public Exception(String _Message,
                 Object _Context)

UDK 3.1.0 Java API Reference