Package 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:
- Serializable
Deprecated.
since UDK 3.0.2
The mapping Exception.
 
The exception is replaced by the com.sun.star.lang.DisposedException.
- See Also:
- 
Field SummaryFields inherited from class com.sun.star.uno.RuntimeExceptionContext, UNOTYPEINFO
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.Constructs an emptyMappingException.MappingException(String message) Deprecated.Constructs anMappingExceptionwith a detail message.MappingException(String message, Object context) Deprecated.Constructs anMappingExceptionwith a detail message and a context.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MappingExceptionpublic MappingException()Deprecated.Constructs an emptyMappingException.
- 
MappingExceptionDeprecated.Constructs anMappingExceptionwith a detail message.- Parameters:
- message- the detail message.
 
- 
MappingExceptionDeprecated.Constructs anMappingExceptionwith a detail message and a context.- Parameters:
- message- the detail message.
- context- the context.
 
 
-