|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use NestedRuntimeException | |
net.walend.director | Director is a kit for creating objects as specified in a PropertySource. |
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 NestedRuntimeException in net.walend.director |
Subclasses of NestedRuntimeException in net.walend.director | |
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 NestedRuntimeException in net.walend.lyophil |
Subclasses of NestedRuntimeException 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 |
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 |
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 NestedRuntimeException in net.walend.property |
Subclasses of NestedRuntimeException in net.walend.property | |
class |
PropertyException
Throw this exception when an IdentifierSource is out of Identifiers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |