com.rhi.architecture.parc
Interface Error

All Known Implementing Classes:
AbstractError

public interface Error

Interface for Interface Error records. (purposeful repetition)

Since:
1.0
Author:
Pete McKinstry

Method Summary
 java.lang.String generateLogMessage()
          Get log message
 Record getRecord()
          Get the Record which has the error.
 ErrorType getType()
          Get the ErrorType object
 

Method Detail

getType

public ErrorType getType()
Get the ErrorType object

Returns:
ErrorType
Since:
1.0

getRecord

public Record getRecord()
Get the Record which has the error. The Logger uses this record to do one or more of the following: 1) Update the GIT record appropriately. 2) Add an appropriate error record to the interface error table. 3) set the appropriate tag values in the template error message.

Returns:
Record
Since:
1.0

generateLogMessage

public java.lang.String generateLogMessage()
Get log message

Returns:
String
Since:
1.0


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