1% BEGIN LICENSE BLOCK
2% Version: CMPL 1.1
3%
4% The contents of this file are subject to the Cisco-style Mozilla Public
5% License Version 1.1 (the "License"); you may not use this file except
6% in compliance with the License.  You may obtain a copy of the License
7% at www.eclipse-clp.org/license.
8% 
9% Software distributed under the License is distributed on an "AS IS"
10% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
11% the License for the specific language governing rights and limitations
12% under the License. 
13% 
14% The Original Code is  The ECLiPSe Constraint Logic Programming System. 
15% The Initial Developer of the Original Code is  Cisco Systems, Inc. 
16% Portions created by the Initial Developer are
17% Copyright (C) 2006 Cisco Systems, Inc.  All Rights Reserved.
18% 
19% Contributor(s): 
20% 
21% END LICENSE BLOCK
22
2340 & stale object handle & error_handler / 2 \\
2441 & array or global variable does not exist & undef_array_handler / 3 \\
2542 & redefining an existing array & make_array_handler / 4 \\
2643 & multiple definition postfix/infix & error_handler / 2 \\
2744 & record already exists & error_handler / 2 \\
2845 & record does not exist & undef_record_handler / 2 \\
2950 & trying to modify a read-only ground term & error_handler / 2 \\
3060 & referring to an undefined procedure & error_handler / 4 \\
3161 & inconsistent tool redefinition & error_handler / 4 \\
3262 & inconsistent procedure redefinition & error_handler / 4 \\
3363 & procedure not dynamic & error_handler / 4 \\
3464 & procedure already dynamic & dynamic_handler / 3 \\
3565 & procedure already defined & error_handler / 4 \\
3666 & trying to modify a system predicate & error_handler / 4 \\
3767 & procedure is not yet loaded & error_handler / 4 \\
3868 & calling an undefined procedure & call_handler / 4 \\
3969 & autoload event & autoload_handler / 4 \\
4070 & accessing an undefined dynamic procedure & undef_dynamic_handler / 3 \\
4171 & procedure already parallel & error_handler / 2 \\
4272 & accessing an undefined operator & error_handler / 2 \\
4373 & redefining an existing operator & true / 0 \\
4474 & hiding an existing global operator & true / 0 \\
4575 & referring to a deprecated predicate & declaration_warning_handler / 3 \\
4676 & predicate declared but not defined & declaration_warning_handler / 3 \\
4777 & predicate used but not declared or defined & declaration_warning_handler / 3 \\
4878 & calling a procedure with a reserved name & error_handler / 2 \\
49