Works for document properties.
This commit is contained in:
parent
f9a9aefc72
commit
425bd82592
3 changed files with 126 additions and 22 deletions
|
@ -0,0 +1,7 @@
|
|||
package org.libreoffice.example.comp;
|
||||
|
||||
public class MetadataInaccessableException extends Exception {
|
||||
public MetadataInaccessableException(String errorMessage) {
|
||||
super(errorMessage);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue