All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.FailedAssertion
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----rebelsky.util.FailedAssertion
- public class FailedAssertion
- 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
FailedAssertion()
- Create a new failed assertion without a description of the failure.
- o
FailedAssertion(String)
- Create a new failed assertion with a description of the failed
Assertion.
Constructors
o
FailedAssertion
public FailedAssertion()
- Create a new failed assertion without a description of the failure.
o
FailedAssertion
public FailedAssertion(String reason)
- Create a new failed assertion with a description of the failed
Assertion.
All Packages Class Hierarchy This Package Previous Next Index