| Interface | Description |
|---|---|
| Nestable |
An interface to be implemented by
Throwable
extensions which would like to be able to nest root exceptions
inside themselves. |
| Class | Description |
|---|---|
| ExceptionUtils |
Provides utilities for manipulating and examining
Throwable objects. |
| NestableDelegate |
A shared implementation of the nestable exception functionality.
|
| Exception | Description |
|---|---|
| CloneFailedException |
Exception thrown when a clone cannot be created.
|
| NestableException |
The base class of all exceptions which can contain other exceptions.
|
| NestableRuntimeException |
The base class of all runtime exceptions which can contain other
exceptions.
|
| Error | Description |
|---|---|
| NestableError |
The base class of all errors which can contain other exceptions.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"