|
Hilbert II - Version 0.03.08 | ||||||||||
| 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.SourceFileExceptionList
org.qedeq.kernel.xml.parser.DefaultSourceFileExceptionList
Type save SourceFileException list.
TODO mime 20080109: shouldn't this list have some informations about the source being parsed?
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
DefaultSourceFileExceptionList()
Constructor. |
|
DefaultSourceFileExceptionList(Exception e)
Constructor. |
|
DefaultSourceFileExceptionList(IOException e)
Constructor. |
|
DefaultSourceFileExceptionList(RuntimeException e)
Constructor. |
|
DefaultSourceFileExceptionList(SAXException e)
Constructor. |
|
DefaultSourceFileExceptionList(SourceFileException e)
Constructor. |
|
DefaultSourceFileExceptionList(Throwable e)
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(SourceFileException e)
Add exception. |
void |
add(XmlSyntaxException e)
Add exception. |
SourceFileException |
get(int i)
Get i-th exception. |
String |
getMessage()
|
int |
size()
Get number of collected exceptions. |
SourceFileException[] |
toArray()
Get all exceptions. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultSourceFileExceptionList()
public DefaultSourceFileExceptionList(IOException e)
e - Wrap me.public DefaultSourceFileExceptionList(SAXException e)
e - Wrap me.public DefaultSourceFileExceptionList(RuntimeException e)
e - Wrap me.public DefaultSourceFileExceptionList(Throwable e)
e - Wrap me.public DefaultSourceFileExceptionList(Exception e)
e - Wrap me.public DefaultSourceFileExceptionList(SourceFileException e)
e - Wrap me.| Method Detail |
public void add(SourceFileException e)
e - Exception to add.public final void add(XmlSyntaxException 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 SourceFileExceptionListpublic final SourceFileException get(int i)
i-th exception.
get in class SourceFileExceptionListi - Starts with 0 and must be smaller than size().
public final SourceFileException[] toArray()
toArray in class SourceFileExceptionListpublic String getMessage()
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |