|
||||||||||
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.se.common.SourceFileExceptionList
public class SourceFileExceptionList
Type save SourceFileException
list.
Constructor Summary | |
---|---|
SourceFileExceptionList()
Constructor. |
|
SourceFileExceptionList(SourceFileException e)
Constructor. |
|
SourceFileExceptionList(SourceFileExceptionList e)
Constructor. |
Method Summary | |
---|---|
void |
add(SourceFileException e)
Add exception. |
void |
add(SourceFileExceptionList e)
Add exceptions of given list if they are not already included. |
void |
clear()
Clear list. |
boolean |
equals(java.lang.Object object)
|
SourceFileException |
get(int i)
Get i -th exception. |
java.lang.String |
getMessage()
|
int |
hashCode()
|
int |
size()
Get number of collected exceptions. |
SourceFileException[] |
toArray()
Get all exceptions. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SourceFileExceptionList()
public SourceFileExceptionList(SourceFileException e)
e
- Wrap me.public SourceFileExceptionList(SourceFileExceptionList e)
e
- Wrap me.Method Detail |
---|
public void clear()
public void add(SourceFileException e)
null
we do nothing.
e
- Exception to add.public void add(SourceFileExceptionList e)
null
we do nothing.
e
- Add exceptions of this list.public final int size()
public final SourceFileException get(int i)
i
-th exception.
i
- Starts with 0 and must be smaller than size()
.
public final SourceFileException[] toArray()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |