| The root exception for all of the more specific errors that are thrown by
classes in the
org.jicarilla.container package.
Since this is a
RuntimeException , no explicit checking for any of
these exceptions needs to take place in client code if you choose not to do
so. The reason all exceptions thrown by the container package are
RuntimeException s is simple: the occurence of an exception in
the container nearly always is the result of misconfiguration. Therefore, if
you have done sufficient debugging, you can often choose to switch of a lot
of costly exception handling in your applications.
author: Leo Simons version: $Id: JicarillaException.java,v 1.6 2004/03/23 13:37:51 lsimons Exp $ |