All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.NumberRangeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----rebelsky.util.NumberRangeException
- public class NumberRangeException
- extends Exception
An exception that is thrown when one attempts to read a number that
is outside the range of acceptable values.
- Version:
- 1.0 of February 1998
- Author:
- Samuel A. Rebelsky
Constructor Index
- o
NumberRangeException()
- Create a new exception with no explanation.
- o
NumberRangeException(String)
- Create a new exception with a textual explanation.
Constructors
o
NumberRangeException
public NumberRangeException()
- Create a new exception with no explanation.
o
NumberRangeException
public NumberRangeException(String why)
- Create a new exception with a textual explanation.
All Packages Class Hierarchy This Package Previous Next Index