nz.ac.waikato.jdsl.core.ref
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nz.ac.waikato.jdsl.core.api.CoreException
                  extended by nz.ac.waikato.jdsl.core.ref.AssertionException
All Implemented Interfaces:
java.io.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
See Also:
Serialized Form

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

AssertionException

public AssertionException(java.lang.String message,
                          java.lang.Throwable cause)
Deprecated. 

AssertionException

public AssertionException(java.lang.Throwable cause)
Deprecated. 


Copyright © 2009 ModelJUnit Project. All Rights Reserved.