public class MappingException
extends com.sun.star.uno.RuntimeException
com.sun.star.uno.UnoRuntime,
com.sun.star.uno.IQueryInterface,
com.sun.star.uno.IBridge| Constructor and Description |
|---|
MappingException()
Deprecated.
Contructs an empty
MappingException. |
MappingException(java.lang.String message)
Deprecated.
Contructs an
MappingException with a detail message. |
MappingException(java.lang.String message,
java.lang.Object context)
Deprecated.
Contructs an
MappingException with a detail message
and a context. |
public MappingException()
MappingException.public MappingException(java.lang.String message)
MappingException with a detail message.
message - the detail message.public MappingException(java.lang.String message,
java.lang.Object context)
MappingException with a detail message
and a context.
message - the detail message.context - the context.