UDK 3.1.0 Java API Reference

com.sun.star.uno
クラス MappingException

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

推奨されていません。 since UDK 3.0.2

public class MappingException
extends RuntimeException

The mapping Exception. The exception is replaced by the com.sun.star.lang.DisposedException.

導入されたバージョン:
UDK1.0
関連項目:
UnoRuntime, IQueryInterface, IBridge, 直列化された形式

フィールドの概要
 
クラス com.sun.star.uno.RuntimeException から継承したフィールド
Context, UNOTYPEINFO
 
コンストラクタの概要
MappingException()
          推奨されていません。 Contructs an empty MappingException.
MappingException(String message)
          推奨されていません。 Contructs an MappingException with a detail message.
MappingException(String message, Object context)
          推奨されていません。 Contructs an MappingException with a detail message and a 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
 

コンストラクタの詳細

MappingException

public MappingException()
推奨されていません。 
Contructs an empty MappingException.


MappingException

public MappingException(String message)
推奨されていません。 
Contructs an MappingException with a detail message.

パラメータ:
message - the detail message.

MappingException

public MappingException(String message,
                        Object context)
推奨されていません。 
Contructs an MappingException with a detail message and a context.

パラメータ:
message - the detail message.
context - the context.

UDK 3.1.0 Java API Reference