You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




Package org.mozilla.util

Class Summary
Assert The Assert class provides convenient means for condition testing.
Debug Debug Vendor of debug "filter" strings set & queried by clients.
Log Log
ParameterCheck ParameterCheck provides convenient means for parameter checking.
Range An Range is an object representing a range of integer values.
Utilities  
 

Exception Summary
AssertionFailureException This exception is thrown when an Assert.assert() fails.
RangeException An RangeException is an exception that is thrown when a value is outside of its acceptable range.