|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.xfa.ut.ExceptionBase
com.adobe.xfa.ut.ExFull
public class ExFull
An exception class derived from ExceptionBase that
simply consists of a collection of exceptions.
Use this class to collect multiple errors when different areas of code need to add detail information to errors as they percolate up from several catch/throw blocks.
| Constructor Summary | |
|---|---|
ExFull(java.lang.Exception e)
Instantiates an ExFull object with a single exception in its collection whose error message text property is the text of the given Java exception. |
|
| Method Summary | |
|---|---|
int |
count()
Counts of the number of exceptions in this object's collection. |
void |
insert(ExFull source,
boolean bAppend)
Inserts the given ExFull's collection of exceptions into this object's collection. |
void |
resolve()
Resolves this object's collection of exceptions, ensuring that any resource text associated with each of the exceptions' resource property has been loaded. |
java.lang.String |
toString()
Concatenates all the error message text properties from this object's collection of exceptions. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExFull(java.lang.Exception e)
e - the Java exception.| Method Detail |
|---|
public int count()
count in class ExceptionBase
public void insert(ExFull source,
boolean bAppend)
source - the ExFull object to copy from.bAppend - boolean true to append at the end of this object's collection,
and false to insert at the beginning of this object's
collection. The default is to append at the end.public void resolve()
resolve in class ExceptionBasepublic java.lang.String toString()
toString in class java.lang.Throwable
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||