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
2380 & not a module & error_handler / 2 \\
2481 & module/1 can appear only as a directive & error_handler / 2 \\
2582 & trying to access a locked module & locked_access_handler / 2 \\
2683 & creating a new module & warning_handler / 2 \\
2784 & referring to non-exported predicate & declaration_warning_handler / 3 \\
2885 & referring to non-existing module & declaration_warning_handler / 3 \\
2986 & lookup module does not exist & no_lookup_module_handler / 4 \\
3087 & attempt to redefine an existing local item & warning_handler / 3 \\
3188 & attempt to redefine an existing exported item & warning_handler / 3 \\
3289 & attempt to redefine an already imported item & warning_handler / 3 \\
3390 & procedure is already reexported & error_handler / 4 \\
3491 & not a tool procedure & error_handler / 2 \\
3592 & trying to redefine an existing local procedure & error_handler / 4 \\
3693 & trying to redefine an existing exported procedure & error_handler / 4 \\
3794 & trying to redefine an existing imported procedure & error_handler / 4 \\
3896 & ambiguous import & ambiguous_import_resolve / 3 \\
3997 & module already exists & error_handler / 2 \\
4098 & key not correct & error_handler / 2 \\
4199 & unresolved ambiguous import & ambiguous_import_warn / 3 \\
42100 & accessing a procedure defined in another module & undef_dynamic_handler / 3 \\
43101 & trying to erase a module from itself & error_handler / 2 \\
44