Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.eireneh.util

Class Summary
ArrayEnumeration Helper class to enumerate through the objects in an array.
CodeColorizer Syntax highlights java by turning it into html.
Convert Conversions between various types and Strings.
DOMHandlerBase The DOMHandlerBase class implements the SAX class HandlerBase and from the SAX events generated from a parse, generates a DOM XML document, embedded into another.
EventListenerList A class which holds a list of EventListeners.
IteratorEnumeration Convert a JDK 1.2 Iterator into a JDK 1.1 Enumeration.
Level This various different levels that people can log at.
Logger This package looks after Exceptions as they happen.
NetUtil The NetUtil class looks after general utility stuff around the java.net package.
PropertiesUtil A generic class of Properties utils.
Reporter This package looks after Exceptions and messages as they happen.
RobustList This is a version of LinkedList that is not fail-fast
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
StackTrace Unscramble the current stack, and present the data from it to the user in various forms.
Stopwatch A Little performance tool
StringComparator StringComparator compares 2 Strings because JDK1.1 String is not Comparable.
StringUtil A generic class of String utils.
TestBase A platform to help various SelfTest classes.
ThreadUtil Various utilities for examining the running Threads and controlling their execution.
UserLevel A UserLevel keeps a track of how advanced the user is.
Validator A generic class of String utils.
XMLUtil The XMLUtil class does general stuff that I need in various places to do with XML.
ZTestUtil Attepmted 100% code coverage testing.
 

Exception Summary
EventException EventExceptions are generally used for passing problems through the event system which does not allow checked exceptions through.
LogicError LogicError is an unchecked Exception that tells us something went unexpectedly wrong - something that logic says cant happen.
LucidException A LucidException adds 3 concepts to a base Exception, that of a wrapped Exception, that of internationalised (i18n) messages, and that of an internal string which is for debugging/logging purposes.