Uses of Interface
org.huihoo.jfox.ejb.exception.NestedThrowable

Packages that use NestedThrowable
org.huihoo.jfox.ejb.exception   
 

Uses of NestedThrowable in org.huihoo.jfox.ejb.exception
 

Classes in org.huihoo.jfox.ejb.exception that implement NestedThrowable
 class CoercionException
           
 class ConfigurationException
           
 class NestedException
          A common superclass for Exception classes that can contain a nested Throwable detail object.
 class NestedRuntimeException
           
 class NotCoercibleException
           
 class PropertyException
           
 

Methods in org.huihoo.jfox.ejb.exception with parameters of type NestedThrowable
static void NestedThrowable.Util.checkNested(NestedThrowable parent, java.lang.Throwable child)
          Check and possibly warn if the nested exception type is the same as the parent type (duplicate nesting).