corejava
Class Assertion.Failure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--corejava.Assertion.Failure
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Assertion

public static class Assertion.Failure
extends java.lang.RuntimeException

A class for reporting assertion failures

See Also:
Serialized Form

Constructor Summary
Assertion.Failure()
           
Assertion.Failure(java.lang.String gripe)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Assertion.Failure

public Assertion.Failure()

Assertion.Failure

public Assertion.Failure(java.lang.String gripe)
Parameters:
gripe - a description of the reason for the failure