All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.IncomparableException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----rebelsky.util.IncomparableException
- public class IncomparableException
- 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
IncomparableException()
- Create a new exception with no explanation.
- o
IncomparableException(String)
- Create a new exception with a textual explanation.
Constructors
o
IncomparableException
public IncomparableException()
- Create a new exception with no explanation.
o
IncomparableException
public IncomparableException(String why)
- Create a new exception with a textual explanation.
All Packages Class Hierarchy This Package Previous Next Index