|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.parc.ErrorType
Represent a Type of error. An error type will store values representing priority, message, and flags determining whether the said error should be written to the databse or to file or both.
Field Summary | |
static ErrorType |
DATA_NOT_FOUND
data not found error type |
static ErrorType |
DATA_VALIDATION
data validation error type |
static ErrorType |
FATAL
fatal error type |
static ErrorType |
FILE_ERROR
IO error type |
static ErrorType |
INFORMATION
informational msg template |
static ErrorType |
MATCH_VALIDATION
Specific to HR Ofile processing. |
static ErrorType |
POST_PAYRECORD
Specific to post pay record processing. |
static ErrorType |
SPECIAL
special error type |
static ErrorType |
SQL_EXECUTION
sql exception error type |
static ErrorType |
SQL_EXECUTION_FATAL
fatal sql exception error type |
static ErrorType |
WARNING
warning error type |
Method Summary | |
boolean |
equals(java.lang.Object obj)
equals |
int |
getId()
Returns the id. |
java.lang.String |
getName()
Returns the name. |
int |
hashCode()
hashCode |
java.lang.String |
toString()
toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static ErrorType DATA_NOT_FOUND
public static ErrorType DATA_VALIDATION
public static ErrorType SQL_EXECUTION
public static ErrorType SQL_EXECUTION_FATAL
public static ErrorType INFORMATION
public static ErrorType FATAL
public static ErrorType SPECIAL
public static ErrorType FILE_ERROR
public static ErrorType WARNING
public static ErrorType POST_PAYRECORD
public static ErrorType MATCH_VALIDATION
Method Detail |
public int getId()
public java.lang.String getName()
public boolean equals(java.lang.Object obj)
obj
-
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |