handleError(com.sas.ComponentInterface component,
com.sas.text.Message message,
java.lang.String messageCode)
handleError should perform whatever action is desired when an error occurs.
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.
handleError should perform whatever action is desired when an error occurs.
Examples might be displaying a MessageBox, writing a message to the log,
or printing a message to a stream.
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.
handleError should perform whatever action is desired when an error occurs.
Examples might be displaying a MessageBox, writing a message to the log,
or printing a message to a stream.
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.