public class ExResourceFailure extends ExceptionBase
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Counts the number of exception
objects in the derived class's collection.
|
ExErrItem |
item(int nIndex)
Pure abstract indexing operator to reference
the given n'th exception object in the derived class's
collection.
|
void |
resolve()
Resolves the exception objects
in the derived class's collection.
|
String |
toString() |
wasReported, wasReportedaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic void resolve()
ExceptionBaseresolve in class ExceptionBasepublic int count()
ExceptionBasecount in class ExceptionBasepublic ExErrItem item(int nIndex)
ExceptionBaseitem in class ExceptionBasenIndex - the index of the exception object to return.
Must be in the range 0 to count() - 1.Copyright © 2010 - 2020 Adobe. All Rights Reserved