]> git.mxchange.org Git - jfinancials-core.git/commitdiff
Contined a bit:
authorRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2017 20:46:33 +0000 (22:46 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2017 20:46:33 +0000 (22:46 +0200)
- fixed copyright, no email address here
- added new ReceiptAlreadyAddedException

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/exceptions/ReceiptAlreadyAddedException.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/income/BillableIncome.java
src/org/mxchange/jfinancials/model/income/FinancialIncome.java
src/org/mxchange/jfinancials/model/receipt/BillableReceipt.java
src/org/mxchange/jfinancials/model/receipt/FinancialReceipt.java
src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java
src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java

diff --git a/src/org/mxchange/jfinancials/exceptions/ReceiptAlreadyAddedException.java b/src/org/mxchange/jfinancials/exceptions/ReceiptAlreadyAddedException.java
new file mode 100644 (file)
index 0000000..3a67b83
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+ * Copyright (C) 2017 Roland Häder
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.mxchange.jfinancials.exceptions;
+
+/**
+ * This exception is thrown when a receipt was already added
+ * <p>
+ * @author Roland Häder<roland@mxchange.org>
+ */
+public class ReceiptAlreadyAddedException extends Exception {
+
+       /**
+        * Serial number
+        */
+       private static final long serialVersionUID = 19_065_867_127_647_624L;
+
+}
index dff77d6a78ab41e0096e9652f074d491f53924e8..bd166a3540200e7133783eff7ffa3b80e55d172f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c26b148064d9d7ea89836a2ad936ff2bb92f897f..cce75477b4f6f2bfbcd45ffc2d590fa6078c3c22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6bb4429b6be3b4e4fea786c533f6a5711b1bdc90..e39cf9bcb6d1ac1af4479d4c47075987623fddeb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 320eb3f1d4be01cfb61df09a9e4c664cd8706627..9b64b854ca8f41145ca66e4b08ea5d4cebd6757a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 10efd095541ed71f1a2c1784ec74ad13423af8c5..4564c541ccac73b1d34fb5274ebeddcb9314499e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 785143122910dce92ec79026ac8fd294ab5279e2..d5db7965ddd110a0dd865cf0c2516c81a23cd0fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by