[ English | Japanese ] [ GFD Dennou Club / Gtool Project ] [ Gtool5 Documents ]

Error handling

In this document, error handling in gtool5 library is described.

Error handling about parts of programs should be regulated definitely. Error means that input to the part of program is invalid, or expected operation can not be done, etc.

Procedures (procedures is generic name of subroutines and functions) provided to users by gtool5 library almost report error to invoker in the following two manner.

StoreError subroutine in dc_error module handle above all operations.

See Code references: dc_error for detail about interface of StoreError, etc.


$Id: lib-error.rd,v 1.1 2009-03-24 00:12:46 morikawa Exp $
Gtool Development Group / GFD Dennou Staff dcstaff@gfd-dennou.org