The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
: Class AssertionFailureException

org.mozilla.util
Class AssertionFailureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.mozilla.util.AssertionFailureException

public class AssertionFailureException
extends java.lang.RuntimeException

This exception is thrown when an Assert.assert() fails.

See Also:
Assert, Serialized Form

Constructor Summary
AssertionFailureException()
           
AssertionFailureException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionFailureException

public AssertionFailureException()

AssertionFailureException

public AssertionFailureException(java.lang.String s)


Copyright © 1998-1999 The Mozilla Organization.
Last modified July 30, 1999.