net.sourceforge.wohenchan
Class AssertionFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--net.sourceforge.wohenchan.AssertionFailure
All Implemented Interfaces:
java.io.Serializable

public class AssertionFailure
extends java.lang.Error

Assertion Failure throwable

Version:
$Name: $ $Date: 2000/07/24 04:14:22 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AssertionFailure()
          No-arg constructor.
AssertionFailure(java.lang.String msg)
          AssertionFailure constructor, with detail message
 
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

AssertionFailure

public AssertionFailure(java.lang.String msg)
AssertionFailure constructor, with detail message

Parameters:
msg - the message to associate with this assertion failure.

AssertionFailure

public AssertionFailure()
No-arg constructor. You should really be using the string constructor instead, in order to give the person finding out about this assertion some sort of information.