com.rhi.architecture.parc
Class ErrorType

java.lang.Object
  extended bycom.rhi.architecture.parc.ErrorType

public class ErrorType
extends java.lang.Object

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.

Since:
1.0
Author:
Pete McKinstry

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

DATA_NOT_FOUND

public static ErrorType DATA_NOT_FOUND
data not found error type


DATA_VALIDATION

public static ErrorType DATA_VALIDATION
data validation error type


SQL_EXECUTION

public static ErrorType SQL_EXECUTION
sql exception error type


SQL_EXECUTION_FATAL

public static ErrorType SQL_EXECUTION_FATAL
fatal sql exception error type


INFORMATION

public static ErrorType INFORMATION
informational msg template


FATAL

public static ErrorType FATAL
fatal error type


SPECIAL

public static ErrorType SPECIAL
special error type


FILE_ERROR

public static ErrorType FILE_ERROR
IO error type


WARNING

public static ErrorType WARNING
warning error type


POST_PAYRECORD

public static ErrorType POST_PAYRECORD
Specific to post pay record processing. used for PR and BI only.


MATCH_VALIDATION

public static ErrorType MATCH_VALIDATION
Specific to HR Ofile processing.

Method Detail

getId

public int getId()
Returns the id.

Returns:
int

getName

public java.lang.String getName()
Returns the name.

Returns:
String

equals

public boolean equals(java.lang.Object obj)
equals

Parameters:
obj -
Returns:
boolean

hashCode

public int hashCode()
hashCode

Returns:
int

toString

public java.lang.String toString()
toString

Returns:
String


Copyright © 2002-2004 Robert Half International. All Rights Reserved.