J avolution v5.4 (J2SE 1.6+)

javolution.testing
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javolution.testing.AssertionException
All Implemented Interfaces:
java.io.Serializable

public class AssertionException
extends java.lang.RuntimeException

This class represents an exception which might be raised when a testing assertion fails (see TestContext.REGRESSION).

Version:
5.3, February 24, 2009
Author:
Jean-Marie Dautelle
See Also:
Serialized Form

Constructor Summary
AssertionException()
          Creates an assertion exception with no detailed message.
AssertionException(java.lang.String message)
          Creates an assertion exception with the specified detailed message.
 
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()
Creates an assertion exception with no detailed message.


AssertionException

public AssertionException(java.lang.String message)
Creates an assertion exception with the specified detailed message.

Parameters:
message - the exception detailed message.

J avolution v5.4 (J2SE 1.6+)

Copyright © 2005 - 2009 Javolution.