org.jsesoft.jse
Class AssertionError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--org.jsesoft.jse.AssertionError
All Implemented Interfaces:
java.io.Serializable

public final class AssertionError
extends java.lang.Error

Error thrown when false assertion detected.


Summary:
An AssertionError is thrown by the assert function if the assertion check fails.

Description:
The AssertionError is the kind of error used to propagate failed assertion checks. Since failing assertions usually indicate severe programming error, they are usually not caught, but lead directly to program termination. The bug causing the assertion error is to be fixed, As soon as possible.

Usage:
Not used explicitely.

Version:
$Revision: 1.1.1.1 $ $Modtime: 18.11.02 12:33 $
See Also:
Assert, Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait