KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > ExceptionInInitializerError > Top Examples

  • org.apache.commons.lang.enums.EnumTest
    Test cases for the {@link Enum} class. @author Stephen Colebourne @author Gary D. Gregory @version $Id: EnumTest.java 179242 2005-05-31 17:48:08Z ggregory $
  • org.apache.geronimo.system.serverinfo.ServerConstants
    Information about this build of the server. @version $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
  • org.enhydra.zeus.ZeusException
    <p> <code>ZeusException</code> is the top level <code>Exception</code> that Zeus classes can throw. It's subclasses add specificity to the problems that can occur using Zeus, but this single <code>Exception</code> can be caught to handle all Zeus specific ...
  • org.logicalcobwebs.logging.LogSource
    <p>Factory for creating {@link org.logicalcobwebs.logging.Log} instances. Applications should call the <code>makeNewLogInstance()</code> method to instantiate new instances of the configured {@link org.logicalcobwebs.logging.Log} implementation class.</p> <p>By defa ...
  • org.apache.struts.taglib.html.BaseHandlerTag
    Base class for tags that render form elements capable of including JavaScript event handlers and/or CSS Style attributes. This class does not implement the doStartTag() or doEndTag() methods. Subclasses should provide appropriate implementations of these. @version $Rev: 168243 $ $Date: 2005-05-05 ...
Popular Tags