com.sun.star.uno
Class MappingException
public class MappingException
The mapping Exception.
The exception is replaced by the com.sun.star.lang.DisposedException.
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
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.