|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.importer.base.stat.AbstractErrorLogData
public abstract class AbstractErrorLogData
Representation of error log data.
Field Summary | |
---|---|
protected ErrorType |
errorType
The error type. |
protected String[] |
params
The additional parameters array. |
protected IDataRow<?> |
relatedRow
The data row related to the error. |
Constructor Summary | |
---|---|
AbstractErrorLogData(ErrorType type,
String[] params,
IDataRow<?> row)
The default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
|
ErrorSeverity |
getErrorSeverity()
|
ErrorType |
getErrorType()
|
String |
getMessage()
Returns localized error message. |
String[] |
getParams()
|
IDataRow<?> |
getRow()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ErrorType errorType
protected String[] params
protected IDataRow<?> relatedRow
Constructor Detail |
---|
public AbstractErrorLogData(ErrorType type, String[] params, IDataRow<?> row)
type
- the error typeparams
- the parameters tablerow
- the related rowMethod Detail |
---|
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String getMessage()
public String getDescription()
public ErrorSeverity getErrorSeverity()
public IDataRow<?> getRow()
public ErrorType getErrorType()
public String[] getParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |