public class MappingException
extends com.sun.star.uno.RuntimeException
The exception is replaced by the com.sun.star.lang.DisposedException.
UnoRuntime,
IQueryInterface,
IBridge,
Serialized Form| Constructor and Description |
|---|
MappingException()
Deprecated.
Contructs an empty
MappingException. |
MappingException(java.lang.String message)
Deprecated.
Contructs an
MappingException with a detail message. |
MappingException(java.lang.String message,
java.lang.Object context)
Deprecated.
Contructs an
MappingException with a detail message and a
context. |
public MappingException()
MappingException.public MappingException(java.lang.String message)
MappingException with a detail message.message - the detail message.public MappingException(java.lang.String message,
java.lang.Object context)
MappingException with a detail message and a
context.message - the detail message.context - the context.