UDK 3.2.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.

関連項目:
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.2.0 Java API Reference