Uses of Interface
org.apache.commons.lang.exception.Nestable
Packages that use Nestable
Package
Description
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes.Provides JDK 1.4 style Nested Exception functionality for those on prior Java
versions.
-
Uses of Nestable in org.apache.commons.lang
Classes in org.apache.commons.lang that implement NestableModifier and TypeClassDescriptionclassThrown to indicate that a block of code has not been implemented.classException thrown when the Serialization process fails.classThrown when it is impossible or undesirable to consume or throw a checked exception. -
Uses of Nestable in org.apache.commons.lang.exception
Classes in org.apache.commons.lang.exception that implement NestableModifier and TypeClassDescriptionclassException thrown when a clone cannot be created.classThe base class of all errors which can contain other exceptions.classThe base class of all exceptions which can contain other exceptions.classThe base class of all runtime exceptions which can contain other exceptions.Constructors in org.apache.commons.lang.exception with parameters of type NestableModifierConstructorDescriptionNestableDelegate(Nestable nestable) Constructs a newNestableDelegateinstance to manage the specifiedNestable.