All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.BoundsException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----rebelsky.util.BoundsException
- public class BoundsException
- extends Exception
Exceptions that are thrown when assertions are not met. Used
primarily by rebelsky.util.Assert.
Copyright (c) 1998 Samuel A. Rebelsky
- Version:
- 1.0 of February 1998
- Author:
- Samuel A. Rebelsky
Constructor Index
- o
BoundsException()
- Create a new exception without a description of the reason.
- o
BoundsException(String)
- Create a new exception with a description of the failure.
Constructors
o
BoundsException
public BoundsException()
- Create a new exception without a description of the reason.
o
BoundsException
public BoundsException(String reason)
- Create a new exception with a description of the failure.
All Packages Class Hierarchy This Package Previous Next Index