kiwi.util
Class AssertionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--kiwi.util.AssertionException
All Implemented Interfaces:
java.io.Serializable

public class AssertionException
extends java.lang.RuntimeException

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

Author:
Mark Lindner, PING Software Group
See Also:
Assert, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
(package private) AssertionException()
           
(package private) AssertionException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

AssertionException

AssertionException()

AssertionException

AssertionException(java.lang.String message)