mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-03 01:32:55 +00:00
Issue #7: Übernahme von MTB und MTB-Datum aus Hauptformular
This commit is contained in:
9
src/main/java/DNPM/exceptions/FormException.java
Normal file
9
src/main/java/DNPM/exceptions/FormException.java
Normal file
@ -0,0 +1,9 @@
|
||||
package DNPM.exceptions;
|
||||
|
||||
public class FormException extends RuntimeException {
|
||||
|
||||
public FormException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user