Uses of Class
com.rhi.architecture.parc.ErrorType

Packages that use ErrorType
com.rhi.architecture.parc   
 

Uses of ErrorType in com.rhi.architecture.parc
 

Fields in com.rhi.architecture.parc declared as ErrorType
static ErrorType ErrorType.DATA_NOT_FOUND
          data not found error type
static ErrorType ErrorType.DATA_VALIDATION
          data validation error type
static ErrorType ErrorType.SQL_EXECUTION
          sql exception error type
static ErrorType ErrorType.SQL_EXECUTION_FATAL
          fatal sql exception error type
static ErrorType ErrorType.INFORMATION
          informational msg template
static ErrorType ErrorType.FATAL
          fatal error type
static ErrorType ErrorType.SPECIAL
          special error type
static ErrorType ErrorType.FILE_ERROR
          IO error type
static ErrorType ErrorType.WARNING
          warning error type
static ErrorType ErrorType.POST_PAYRECORD
          Specific to post pay record processing.
static ErrorType ErrorType.MATCH_VALIDATION
          Specific to HR Ofile processing.
 

Methods in com.rhi.architecture.parc that return ErrorType
 ErrorType Error.getType()
          Get the ErrorType object
 ErrorType AbstractError.getType()
          Get the ErrorType object.
 

Methods in com.rhi.architecture.parc with parameters of type ErrorType
 void AbstractError.setType(ErrorType type)
          Set the ErrorType object
 

Constructors in com.rhi.architecture.parc with parameters of type ErrorType
AbstractError(ErrorType type)
          default constructor.
 



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