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 calypso.util.AssertionException

All Packages  This Package  Class Hierarchy  Class Search  Index

Class calypso.util.AssertionException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----calypso.util.AssertionException

Assertion exceptions are thrown when assertion code is invoked and fails to operate properly.


public class  AssertionException
     extends java.lang.Error
{
          // Constructors 2
     public AssertionException();
     public AssertionException(String);

}



Constructors


AssertionException

   public AssertionException() 


AssertionException

   public AssertionException(String msg) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4



Copyright © 1998 The Mozilla Organization.