SalesPoint Framework v3.0

sale.stdforms
Interface FormSheetStrategy.ErrorHandler


public static interface FormSheetStrategy.ErrorHandler
extends Serializable, ProcessErrorCodes

Interface that defines a error handling strategy for a FormSheetStrategy.

Hooks:
Adapt Standard FormSheet Error Handling
Since:
v2.0
Version:
2.0 18/08/1999
Author:
Steffen Zschaler

Fields inherited from class sale.ProcessErrorCodes
DATABASKET_CONFLICT_ERROR, DUPLICATE_KEY_EXCEPTION, ERR_INTERNAL, ERR_LOWERBOUND, ERR_NOERROR, ERR_UPPERBOUND, NOT_ENOUGH_ELEMENTS_ERROR, REMOVE_VETO_EXCEPTION
 
Method Summary
 void error(SaleProcess p, int nErrorCode)
          Handle an error.
 

Method Detail

error

public void error(SaleProcess p,
                  int nErrorCode)
Handle an error.
Override:
Always.
Parameters:
p - the process in which the error occurred.
nErrorCode - an int value describing the error.
Hooks:
Adapt Standard FormSheet Error Handling

SalesPoint Framework v3.0