new dir layout
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
package org.mustangproject.ZUGFeRD;
|
|
||||||
|
|
||||||
public class ZUGFeRDExportException extends RuntimeException {
|
|
||||||
public ZUGFeRDExportException() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public ZUGFeRDExportException(String message) {
|
|
||||||
super(message);
|
|
||||||
}
|
|
||||||
|
|
||||||
public ZUGFeRDExportException(String message, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
}
|
|
||||||
|
|
||||||
public ZUGFeRDExportException(Throwable cause) {
|
|
||||||
super(cause);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user