Language
The Free and Open Productivity Suite
com.sun.star.uno
Class MappingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sun.star.uno.RuntimeException
|
+--com.sun.star.uno.MappingException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. since UDK 3.0.2
- public class MappingException
- extends RuntimeException
The mapping Exception.
The exception is replaced by the com.sun.star.lang.DisposedException.
- Since:
- UDK1.0
- See Also:
UnoRuntime
,
IQueryInterface
,
IBridge
,
Serialized Form
Constructor Summary |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MappingException
public MappingException()
- Deprecated.
- Contructs an empty
MappingException
.
MappingException
public MappingException(java.lang.String message)
- Deprecated.
- Contructs an
MappingException
with a detail message.
- Parameters:
message
- the detail message.
MappingException
public MappingException(java.lang.String message,
java.lang.Object context)
- Deprecated.
- Contructs an
MappingException
with a detail message
and a context.
- Parameters:
message
- the detail message.context
- the context.