com.sun.star.uno
public class MappingException extends RuntimeException
Deprecated: since UDK 3.0.2
The mapping Exception. The exception is replaced by the com.sun.star.lang.DisposedException.See Also: UnoRuntime IQueryInterface IBridge
| Constructor Summary | |
|---|---|
| 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.
| |
MappingException.MappingException with a detail message.
Parameters: message the detail message.
MappingException with a detail message
and a context.
Parameters: message the detail message. context the context.