Uses of Interface
org.openprovenance.apache.commons.lang.exception.Nestable
-
Packages that use Nestable Package Description org.openprovenance.apache.commons.lang org.openprovenance.apache.commons.lang.exception -
-
Uses of Nestable in org.openprovenance.apache.commons.lang
Classes in org.openprovenance.apache.commons.lang that implement Nestable Modifier and Type Class Description classUnhandledExceptionThrown when it is impossible or undesirable to consume or throw a checked exception. -
Uses of Nestable in org.openprovenance.apache.commons.lang.exception
Classes in org.openprovenance.apache.commons.lang.exception that implement Nestable Modifier and Type Class Description classCloneFailedExceptionException thrown when a clone cannot be created.classNestableRuntimeExceptionThe base class of all runtime exceptions which can contain other exceptions.Constructors in org.openprovenance.apache.commons.lang.exception with parameters of type Nestable Constructor Description NestableDelegate(Nestable nestable)Constructs a newNestableDelegateinstance to manage the specifiedNestable.
-