Uses of Interface
net.walend.lang.HasNestedThrowable

Packages that use HasNestedThrowable
net.walend.digraph This package contains a kit for working with directed graphs. 
net.walend.director Director is a kit for creating objects as specified in a PropertySource. 
net.walend.ejb   
net.walend.jdbc This package contains helper classes for use inside a jdbc2.0 database. 
net.walend.lang This package contains classes which directly supplement classes in java.lang. 
net.walend.lyophil This package contains generic high level interfaces and simple utility classes. 
net.walend.property This package contains a central source of String properties. 
 

Uses of HasNestedThrowable in net.walend.digraph
 

Classes in net.walend.digraph that implement HasNestedThrowable
 class DigraphException
           
 class EdgeMissingException
           
 class EdgeNotUniqueException
           
 class NodeMissingException
           
 

Uses of HasNestedThrowable in net.walend.director
 

Classes in net.walend.director that implement HasNestedThrowable
 class ClassForRoleNotFoundException
          Throw this exception when a Director, Mother, Freezer or Digger can not find the correct class to instantiate for a given role.
 class DirectorRuntimeException
          An abstract NestedRuntimeException for the Lyophilizer kit.
 class ObjectForRoleNotFoundException
          Throw this exception when a Director, Mother, Freezer or Digger can not find the correct class to instantiate for a given role.
 

Uses of HasNestedThrowable in net.walend.ejb
 

Classes in net.walend.ejb that implement HasNestedThrowable
 class NestedCreateException
          A CreateException that wraps another Throwable.
 class NestedDuplicateKeyException
          A DuplicateKeyException that wraps another Throwable.
 class NestedEJBException
          A EJBException that wraps another Throwable.
 class NestedFinderException
          A FinderException that wraps another Throwable.
 class NestedNoSuchEntityException
          A NoSuchEntityException that wraps another Throwable.
 class NestedObjectNotFoundException
          A ObjectNotFoundException that wraps another Throwable.
 class NestedRemoveException
          A RemoveException that wraps another Throwable.
 

Uses of HasNestedThrowable in net.walend.jdbc
 

Classes in net.walend.jdbc that implement HasNestedThrowable
 class NestedSQLException
          An SQLException that wraps another Throwable.
 

Uses of HasNestedThrowable in net.walend.lang
 

Classes in net.walend.lang that implement HasNestedThrowable
 class NestedException
          An abstract Exception that can contain other Throwables.
 class NestedRuntimeException
          An abstract RuntimeException that can contain other Throwables.
 

Uses of HasNestedThrowable in net.walend.lyophil
 

Classes in net.walend.lyophil that implement HasNestedThrowable
 class CannotCreateException
          Throw this exception when a Mother, Director, etc., can not Create an Object, usually a Freezable, as expected.
 class CannotFreezeException
          Throw this exception when a Freezer can not Freeze a given Freezable.
 class CannotThawException
          Throw this exception when a Freezer can not Thaw an Object, usually a Freezable, as expected.
 class CannotThrowOutException
          Throw this exception when the underlying system can not throw out a Freezable.
 class IdentifierUnavailableException
          Throw this exception when an IdentifierSource can not make a new id Object due to some problem.
 class KeyDuplicatedException
          Throw this exception when a Freezer can not Freeze a given Freezable.
 class LastIdentifierUsedException
          Throw this exception when an IdentifierSource is out of Identifiers.
 class LyophilException
          An abstract NestedException for the Lyophilizer kit.
 class LyophilRuntimeException
          An abstract NestedRuntimeException for the Lyophilizer kit.
 class MismatchedIdentifierException
          Throw this exception when a Frozen object is asked to freeze the wrong Freezable.
 class NotInFreezerException
          Throw this exception if the Freezer just doesn't know about the identifier but everything else is fine.
 class PersistenceFailureException
          Throw this exception when the underlying persistence system is hosed.
 class ZombieFreezableException
          Algorithms and business logic throw this exception when the Freezer does not contain a given Freezable, but the calling code expects it to.
 class ZombieIdentifierException
          Algorithms and business logic throw this exception when the Freezer does not contain a given Identifier, but the calling code expects it to.
 

Uses of HasNestedThrowable in net.walend.property
 

Classes in net.walend.property that implement HasNestedThrowable
 class PropertyException
          Throw this exception when an IdentifierSource is out of Identifiers.
 



Copyright (c) 2000, 2001, David Walend