|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericErrorHandlerInterface
GenericErrorHandlerInterface is designed to allow components which want to handle error messages a way to pass the necessary information to an object which will display, log, or act on them in some way.
Method Summary | |
---|---|
void |
handleError(java.lang.Object object,
com.sas.text.Message message,
java.lang.String messageCode)
handleError should perform whatever action is desired when an error occurs. |
Method Detail |
---|
void handleError(java.lang.Object object, com.sas.text.Message message, java.lang.String messageCode)
component
- The component on which the error occured.message
- A Message object with formatted with the message to display.
The object should also contain the necessary arguments for
formatting the message.messageCode
- A non-translatable string which indicates the type of error that occured.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |