exceptions
Class VSNegativeNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.VSNegativeNumberException
All Implemented Interfaces:
java.io.Serializable

public class VSNegativeNumberException
extends java.lang.Exception

The Interface VSNegativeNumberException, this exception is thrown if a negative number has returned if a positive number has been expected.

Author:
Paul C. Buetow
See Also:
Serialized Form

Constructor Summary
VSNegativeNumberException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VSNegativeNumberException

public VSNegativeNumberException()