From afed274c10a93957f82a009824cafe8d83aa68a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Aug 2008 04:09:42 +0000 Subject: new branches --- .../exceptions/VSNegativeNumberException.html | 245 +++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 VS-Sim-Javadoc/exceptions/VSNegativeNumberException.html (limited to 'VS-Sim-Javadoc/exceptions/VSNegativeNumberException.html') diff --git a/VS-Sim-Javadoc/exceptions/VSNegativeNumberException.html b/VS-Sim-Javadoc/exceptions/VSNegativeNumberException.html new file mode 100644 index 0000000..717b6bd --- /dev/null +++ b/VS-Sim-Javadoc/exceptions/VSNegativeNumberException.html @@ -0,0 +1,245 @@ + + + + + + +VSNegativeNumberException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3