EDoc API
Overview Cluster Class Classes Index          Top Features

edoc.utility

Class EDOC_ERROR_CODES


Known direct descendants

EDOC_ERROR_HANDLER, EDOC_ERROR_MESSAGES

Features

Invariants

indexing

description

Error codes

copyright

Copyright (c) 2005, Julian Tschannen

license

Eiffel Forum License v2 (see forum.txt)

class EDOC_ERROR_CODES

feature -- Access

Error_ace_file_not_found: INTEGER

-- Ace file not found

Error_ace_file_not_readable: INTEGER

-- Ace file not readable

Error_create_directory: INTEGER

-- Failed to create directory

Error_create_output_directory: INTEGER

-- Failed to create output directory

Error_css_file_not_found: INTEGER

-- CSS file not found

Error_feature_order_file_not_found: INTEGER

-- Feature order file not found

Error_file_not_found: INTEGER

-- File not found

Error_file_not_readable: INTEGER

-- File not readable

Error_file_not_writeable: INTEGER

-- File not writable

Error_invalid_boolean_option: INTEGER

-- Invalid boolean option

Error_invalid_option_line: INTEGER

-- Invalid line in option file

Error_mounted_xace_not_found: INTEGER

-- Mounted xace file not found

Error_no_input_file: INTEGER

-- No input file specified

Error_no_options_directory_found: INTEGER

-- No options directory found

Error_options_file_doesnt_exist: INTEGER

-- Options file doesn't exist

Error_options_file_open_read_failed: INTEGER

-- Failed to open options file

Error_parsing_ace: INTEGER

-- Failed to parse ace file

Error_parsing_xace: INTEGER

-- Failed to parse xace file

Error_unknown_option: INTEGER

-- Unkown option in option file

Error_xace_file_not_found: INTEGER

-- Xace file not found

Error_xace_file_not_readable: INTEGER

-- Xace file not found

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)