jdsl.core.ref
Class AssertionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdsl.core.api.CoreException
                  extended byjdsl.core.ref.AssertionException
All Implemented Interfaces:
Serializable

Deprecated. Starting with Java 2 version 1.4 assertions are part of the language, and thus this class is no longer necessary.

public class AssertionException
extends CoreException

This exception indicates that an internal check has failed. A correctly functioning program will never cause this to be thrown.

Version:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Mark Handy

Constructor Summary
AssertionException()
          Deprecated.  
AssertionException(String message)
          Deprecated.  
AssertionException(String message, Throwable cause)
          Deprecated.  
AssertionException(Throwable cause)
          Deprecated.  
 
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
 

Constructor Detail

AssertionException

public AssertionException()
Deprecated. 

AssertionException

public AssertionException(String message)
Deprecated. 

AssertionException

public AssertionException(String message,
                          Throwable cause)
Deprecated. 

AssertionException

public AssertionException(Throwable cause)
Deprecated.