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; }