javolution.testing
Class AssertionException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by AssertionException
All Implemented Interfaces:
Serializable

public class AssertionException
extends 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(String message)
          Creates an assertion exception with the specified detailed message.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class 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(String message)
Creates an assertion exception with the specified detailed message.

Parameters:
message - the exception detailed message.


Copyright © 2005-2012 Javolution. All Rights Reserved.