BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags
Interface ErrorReporter

All Known Implementing Classes:
Grid, Html, Template

public interface ErrorReporter


Field Summary
static String CONTAINER_ERRORS
           
 
Method Summary
 void addError(AbstractPageError ape)
           
 boolean isReporting()
          This boolean indicates if an ErrorReporter is reporting errors or not.
 ArrayList returnErrors()
          Return an ArrayList of the errors
 

Field Detail

CONTAINER_ERRORS

static final String CONTAINER_ERRORS
See Also:
Constant Field Values
Method Detail

addError

void addError(AbstractPageError ape)

isReporting

boolean isReporting()
This boolean indicates if an ErrorReporter is reporting errors or not. The caller should check this before calling addError because the ErrorReporter may be off for some reason.

Returns:
a boolean indicating if the tag is reporting errors or not.

returnErrors

ArrayList returnErrors()
Return an ArrayList of the errors

Returns:
an ArrayList of all errors.

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.