- indexing
- cluster: gargs
class ARG_ERROR
- inherit
-
ANY
-
- redefine
- out
- end
- creation
- make
- feature
-
code: INTEGER
-
name: STRING
-
type: STRING
-
param: INTEGER
-
make (c: INTEGER; n, t: STRING; p: INTEGER)
-
unknown_switch_code: INTEGER
-
invalid_value_code: INTEGER
-
invalid_parameter_code: INTEGER
-
invalid_param_cnt_code: INTEGER
-
list: STRING
-
simple: STRING
-
once_str: STRING
- feature -- Output
-
out: STRING
end -- class ARG_ERROR