Uses of Class
net.walend.lyophil.LyophilRuntimeException

Packages that use LyophilRuntimeException
net.walend.lyophil This package contains generic high level interfaces and simple utility classes. 
 

Uses of LyophilRuntimeException in net.walend.lyophil
 

Subclasses of LyophilRuntimeException in net.walend.lyophil
 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 LastIdentifierUsedException
          Throw this exception when an IdentifierSource is out of Identifiers.
 class MismatchedIdentifierException
          Throw this exception when a Frozen object is asked to freeze the wrong Freezable.
 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.
 



Copyright (c) 2000, 2001, David Walend