com.sun.star.uno
public class MappingException extends RuntimeException
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. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingException()
MappingException.public MappingException(String message)
MappingException with a detail message.
message - the detail message.