Works for document properties.

This commit is contained in:
Georgy Litvinov 2020-04-08 13:42:49 +02:00
parent f9a9aefc72
commit 425bd82592
3 changed files with 126 additions and 22 deletions

View file

@ -0,0 +1,7 @@
package org.libreoffice.example.comp;
public class MetadataInaccessableException extends Exception {
public MetadataInaccessableException(String errorMessage) {
super(errorMessage);
}
}