public static class ErrorCollector.ErrorInfo
extends java.lang.Object
Constructor and Description |
---|
ErrorInfo(java.lang.Exception ex)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addError()
To be called when a another
Exception of the same type as the
already stored one occurred. |
void |
addError(java.lang.String msg) |
long |
getCount() |
java.lang.Exception |
getException() |
java.lang.String |
getMessage() |
java.util.Date |
getOldestAt() |
java.util.Date |
getYoungestAt() |
void |
setCount(long $1) |
void |
setException(java.lang.Exception $4) |
void |
setMessage(java.lang.String $5) |
void |
setOldestAt(java.util.Date $2) |
void |
setYoungestAt(java.util.Date $3) |
java.lang.String |
toString() |
public ErrorInfo(java.lang.Exception ex)
ex
- the Exception
for which info is to be storedpublic void addError()
Exception
of the same type as the
already stored one occurred. Increments the counter and updates the "most
recent" date.msg
- an optional, additional message that should be stored with the error; should a previous message exist
it will be overwritten with this new one, if one is givenpublic void addError(java.lang.String msg)
public java.lang.String toString()
toString
in class java.lang.Object
public long getCount()
public void setCount(long $1)
public java.util.Date getOldestAt()
public void setOldestAt(java.util.Date $2)
public java.util.Date getYoungestAt()
public void setYoungestAt(java.util.Date $3)
public java.lang.Exception getException()
public void setException(java.lang.Exception $4)
public java.lang.String getMessage()
public void setMessage(java.lang.String $5)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.