


XtAppError(3Xt)						      XtAppError(3Xt)
X11R5									X11R5



NAME
  XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning -
  low-level error handlers

SYNTAX
  void XtAppError(_a_p_p__c_o_n_t_e_x_t, _m_e_s_s_a_g_e)
	XtAppContext _a_p_p__c_o_n_t_e_x_t;
	String _m_e_s_s_a_g_e;

  void XtAppSetErrorHandler(_a_p_p__c_o_n_t_e_x_t, _h_a_n_d_l_e_r)
	XtAppContext _a_p_p__c_o_n_t_e_x_t;
	XtErrorHandler _h_a_n_d_l_e_r;

  void XtAppSetWarningHandler(_a_p_p__c_o_n_t_e_x_t, _h_a_n_d_l_e_r)
	XtAppContext _a_p_p__c_o_n_t_e_x_t;
	XtErrorHandler _h_a_n_d_l_e_r;

  void XtAppWarning(_a_p_p__c_o_n_t_e_x_t, _m_e_s_s_a_g_e)
	XtAppContext _a_p_p__c_o_n_t_e_x_t;
	String _m_e_s_s_a_g_e;

ARGUMENTS

  _a_p_p__c_o_n_t_e_x_t
	    Specifies the application context.

  _m_e_s_s_a_g_e   Specifies the nonfatal error message that is to be reported.

  _h_a_n_d_l_e_r   Specifies the new fatal error procedure, which should not return,
	    or the nonfatal error procedure, which usually returns.

  _m_e_s_s_a_g_e   Specifies the message that is to be	reported.

DESCRIPTION
  The _X_t_A_p_p_E_r_r_o_r function calls	the installed error procedure and passes the
  specified message.

  The _X_t_A_p_p_S_e_t_E_r_r_o_r_H_a_n_d_l_e_r function registers the specified procedure, which
  is called when a fatal error condition occurs.

  The _X_t_A_p_p_S_e_t_W_a_r_n_i_n_g_H_a_n_d_l_e_r registers the specified procedure,	which is
  called when a	nonfatal error condition occurs.

  The _X_t_A_p_p_W_a_r_n_i_n_g function calls the installed	nonfatal error procedure and
  passes the specified message.

SEE ALSO
  XtAppGetErrorDatabase(3Xt), XtAppErrorMsg(3Xt)
  _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e	delim off








