kiwi.util
Class AssertionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--kiwi.util.AssertionException

public class AssertionException
extends RuntimeException

An assertion exception. This is a runtime exception that is thrown when an assertion fails.

Version:
1.0 (10/98)
Author:
Mark Lindner, PING Software Group
See Also:
Assert, Serialized Form

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