public class MappingException extends RuntimeException
The exception is replaced by the com.sun.star.lang.DisposedException.
UnoRuntime
,
IQueryInterface
,
IBridge
,
Serialized FormContext, UNOTYPEINFO
Constructor and Description |
---|
MappingException()
Deprecated.
Contructs an empty
MappingException . |
MappingException(String message)
Deprecated.
Contructs an
MappingException with a detail message. |
MappingException(String message,
Object context)
Deprecated.
Contructs an
MappingException with a detail message and a
context. |
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.