|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.xml.parser.ExceptionList
Type save Exception list.
| Field Summary | |
static int |
MAXIMUM
Maximum number of exceptions. |
| Constructor Summary | |
ExceptionList()
Constructor. |
|
| Method Summary | |
void |
add(Exception e)
Add Exception. |
Exception |
get(int i)
Get i-th exception. |
int |
size()
Get number of collected exceptions. |
Exception[] |
toArray()
Get all exceptions. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int MAXIMUM
| Constructor Detail |
public ExceptionList()
| Method Detail |
public final void add(Exception e)
throws SAXException
MAXIMUM.
e - Exception to add.
SAXException - Maximum number of exception reached.public final int size()
public final Exception get(int i)
i-th exception.
i - Starts with 0 and must be smaller than size().
public final Exception[] toArray()
public String toString()
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |