|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.qedeq.kernel.common.XmlFileExceptionList
org.qedeq.kernel.xml.parser.DefaultXmlFileExceptionList
Type save XmlFileException list.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
DefaultXmlFileExceptionList()
Constructor. |
|
DefaultXmlFileExceptionList(IOException e)
Constructor. |
|
DefaultXmlFileExceptionList(RuntimeException e)
Constructor. |
|
DefaultXmlFileExceptionList(SyntaxExceptionList exceptionList)
Constructor. |
|
| Method Summary | |
void |
add(IOException e)
Add exception. |
void |
add(ParserConfigurationException e)
Add exception. |
void |
add(RuntimeException e)
Add exception. |
void |
add(SAXException e)
Add exception. |
void |
add(SyntaxException e)
Add exception. |
void |
add(XmlFileException e)
Add exception. |
XmlFileException |
get(int i)
Get i-th exception. |
int |
size()
Get number of collected exceptions. |
XmlFileException[] |
toArray()
Get all exceptions. |
String |
toString()
|
| 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 DefaultXmlFileExceptionList()
public DefaultXmlFileExceptionList(IOException e)
e - Wrap me.public DefaultXmlFileExceptionList(RuntimeException e)
e - Wrap me.public DefaultXmlFileExceptionList(SyntaxExceptionList exceptionList)
exceptionList - Syntax exceptions that are wrapped into XmlFileException.| Method Detail |
public void add(XmlFileException e)
e - Exception to add.public final void add(SyntaxException e)
e - Exception to add.public final void add(SAXException e)
e - Exception to add.public final void add(IOException e)
e - Exception to add.public void add(ParserConfigurationException e)
e - Exception to add.public void add(RuntimeException e)
e - Exception to add.public final int size()
size in class XmlFileExceptionListpublic final XmlFileException get(int i)
i-th exception.
get in class XmlFileExceptionListi - Starts with 0 and must be smaller than size().
public final XmlFileException[] toArray()
toArray in class XmlFileExceptionListpublic String toString()
|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |