Working with OpenOffice.org UNO components: Creating an Exception

See Also 
An exception type indicates an error to the caller of a function. The type of exception gives a basic description of the kind of error that occurred.

Properties
  • Name: The name of the exception.
  • Package: The package structure.
  • ParentException: The parent exception that this exception is derived from. The base of all exceptions is com.sun.star.uno.Exception.

See Also
Overview of OpenOffice.org Components