Package com.adobe.xfa.ut
Class ExResourceFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.xfa.ut.ExceptionBase
com.adobe.xfa.ut.ExResourceFailure
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintcount()Counts the number of exception objects in the derived class's collection.item(int nIndex) Pure abstract indexing operator to reference the given n'th exception object in the derived class's collection.voidresolve()Resolves the exception objects in the derived class's collection.toString()Methods inherited from class com.adobe.xfa.ut.ExceptionBase
wasReported, wasReportedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
resolve
public void resolve()Description copied from class:ExceptionBaseResolves the exception objects in the derived class's collection.- Specified by:
resolvein classExceptionBase
-
count
public int count()Description copied from class:ExceptionBaseCounts the number of exception objects in the derived class's collection.- Specified by:
countin classExceptionBase- Returns:
- the count.
-
item
Description copied from class:ExceptionBasePure abstract indexing operator to reference the given n'th exception object in the derived class's collection.- Specified by:
itemin classExceptionBase- Parameters:
nIndex- the index of the exception object to return. Must be in the range 0 to count() - 1.- Returns:
- the n'th exception object.
-
toString
-