| http://www.ccl.net/cca/software/X-WINDOW/ImageMagick/ImageMagick/www/api/error.shtml |
|
CCL error |
|
NAMEerror - ImageMagick Error Routines
SYNOPSISDefaultErrorHandler(message,qualifier)DefaultWarningHandler(message,qualifier) Error(message,qualifier) previous_handler=SetErrorHandler(handler) previous_handler=SetWarningHandler(handler) Warning(message,qualifier)
FUNCTION DESCRIPTIONS
DefaultErrorHandlerFunction DefaultErrorHandler displays an error message and then terminates the program.The format of the DefaultErrorHandler routine is:
DefaultErrorHandler(message,qualifier) A description of each parameter follows:
DefaultWarningHandlerFunction DefaultWarningHandler displays a warning message.The format of the DefaultWarningHandler routine is:
DefaultWarningHandler(message,qualifier) A description of each parameter follows:
ErrorFunction Error calls the error handler routines with an error message.The format of the Error routine is:
Error(message,qualifier) A description of each parameter follows:
SetErrorHandlerFunction SetErrorHandler sets the error handler to the specified routine and returns the previous error handler.The format of the SetErrorHandler routine is:
previous_handler=SetErrorHandler(handler) A description of each parameter follows:
SetWarningHandlerFunction SetWarningHandler sets the warning handler to the specified routine and returns the previous warning handler.The format of the SetWarningHandler routine is:
previous_handler=SetWarningHandler(handler) A description of each parameter follows:
WarningFunction Warning calls the warning handler routines with an warning message.The format of the Warning routine is:
Warning(message,qualifier) A description of each parameter follows:
|
[ CCL Home Page ]
[ api ]
[ Raw Version of this page ]
| Modified: Wed May 7 00:32:25 1997 GMT |
| Page accessed 1685 times since Sat Apr 17 22:32:31 1999 GMT |