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:
java.io.Serializable
public class ExResourceFailure extends ExceptionBase
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.java.lang.String
toString()
-
Methods inherited from class com.adobe.xfa.ut.ExceptionBase
wasReported, wasReported
-
-
-
-
Method Detail
-
resolve
public void resolve()
Description copied from class:ExceptionBase
Resolves the exception objects in the derived class's collection.- Specified by:
resolve
in classExceptionBase
-
count
public int count()
Description copied from class:ExceptionBase
Counts the number of exception objects in the derived class's collection.- Specified by:
count
in classExceptionBase
- Returns:
- the count.
-
item
public ExErrItem item(int nIndex)
Description copied from class:ExceptionBase
Pure abstract indexing operator to reference the given n'th exception object in the derived class's collection.- Specified by:
item
in 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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-