The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback
: 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.