
error(3)               C LIBRARY FUNCTIONS               error(3)

NAME
     error - generate a run-time error

SYNOPSIS
     void error(string err);

DESCRIPTION
     A run-time error `err' will be  generated  when  error()  is
     called.   Execution of the current thread will halt, and the
     trace will be recorded to the debug log.

SEE ALSO
     catch(3), throw(3)

Sun Release 4.1           Last change:                          1

