diff options
Diffstat (limited to 'sources/exceptions/VSNegativeNumberException.java')
| -rw-r--r-- | sources/exceptions/VSNegativeNumberException.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sources/exceptions/VSNegativeNumberException.java b/sources/exceptions/VSNegativeNumberException.java deleted file mode 100644 index edf2049..0000000 --- a/sources/exceptions/VSNegativeNumberException.java +++ /dev/null @@ -1,12 +0,0 @@ -package exceptions; - -/** - * The Interface VSNegativeNumberException, this exception is thrown if - * a negative number has returned if a positive number has been expected. - * - * @author Paul C. Buetow - */ -public class VSNegativeNumberException extends Exception { - /** The serial version uid */ - private static final long serialVersionUID = 1L; -} |
