Serializable
@Deprecated public class MappingException extends com.sun.star.uno.RuntimeException
The exception is replaced by the com.sun.star.lang.DisposedException.
UnoRuntime
,
IQueryInterface
,
IBridge
,
Serialized FormConstructor | Description |
---|---|
MappingException() |
Deprecated.
Constructs an empty
MappingException . |
MappingException(String message) |
Deprecated.
Constructs an
MappingException with a detail message. |
MappingException(String message,
Object context) |
Deprecated.
Constructs an
MappingException with a detail message and a
context. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MappingException()
MappingException
.public MappingException(String message)
MappingException
with a detail message.message
- the detail message.