LibreOffice Module xmerge (master) 1
Public Member Functions | List of all members
org.openoffice.xmerge.util.registry.RegistryException Class Reference

This Exception is thrown by converter registry algorithms. More...

Inheritance diagram for org.openoffice.xmerge.util.registry.RegistryException:
[legend]
Collaboration diagram for org.openoffice.xmerge.util.registry.RegistryException:
[legend]

Public Member Functions

 RegistryException (String message)
 Exception thrown by merge algorithms. More...
 
 RegistryException (String message, Throwable cause)
 

Detailed Description

This Exception is thrown by converter registry algorithms.

Definition at line 24 of file RegistryException.java.

Constructor & Destructor Documentation

◆ RegistryException() [1/2]

org.openoffice.xmerge.util.registry.RegistryException.RegistryException ( String  message)
inline

Exception thrown by merge algorithms.

Parameters
messageMessage to be included in the Exception.

Definition at line 31 of file RegistryException.java.

◆ RegistryException() [2/2]

org.openoffice.xmerge.util.registry.RegistryException.RegistryException ( String  message,
Throwable  cause 
)
inline

Definition at line 35 of file RegistryException.java.


The documentation for this class was generated from the following file: