public class InvalidEntriesException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidEntriesException() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(java.lang.String string,
java.lang.Exception e)
makes an Entry in the Errorlist
|
java.lang.String |
getEntryAt(int index)
returns error at specified index
|
int |
getEntryCount()
returns the number of entries made
|
java.lang.String |
getMessageString()
concatenates all error Messages to one String, seperated by the new Line
indicator "\n"
|
public void addEntry(java.lang.String string,
java.lang.Exception e)
string - public java.lang.String getEntryAt(int index)
index - public int getEntryCount()
public java.lang.String getMessageString()