org.jostraca
Class MsgCode

java.lang.Object
  extended byorg.jostraca.MsgCode

public class MsgCode
extends java.lang.Object

Messages codes for package org.jostraca


Field Summary
static java.lang.String bad_args
           
static java.lang.String bad_template_version
           
static java.lang.String bad_track_file
           
static java.lang.String class_error
           
static java.lang.String cmd_exec
           
static java.lang.String cmd_failed
           
static java.lang.String cmd_io
           
static java.lang.String cw_not_saved
           
static java.lang.String directive_manager
           
static java.lang.String file_does_not_exist
           
static java.lang.String file_is_not_writable
           
static java.lang.String folder_does_not_exist
           
static java.lang.String folder_is_not_writable
           
static java.lang.String include_block_failed
           
static java.lang.String include_failed
           
static java.lang.String infinite_recursion
           
static java.lang.String internal_error
           
static java.lang.String invalid_directive_syntax
           
static java.lang.String invalid_parse_char
           
static java.lang.String invalid_regexp_syntax
           
static java.lang.String invalid_regexpprovider
           
static java.lang.String invalid_transform
           
static java.lang.String load_class_file
           
static java.lang.String load_property_file
           
static java.lang.String no_handler
           
static java.lang.String not_a_file
           
static java.lang.String not_a_folder
           
static java.lang.String not_template
           
static java.lang.String not_template_complete
           
static java.lang.String not_template_handler
           
static java.lang.String null_attributes
           
static java.lang.String null_sectionset
           
static java.lang.String null_template
           
static java.lang.String null_tmpath
           
static java.lang.String null_unit_attributes
           
static java.lang.String orderedpropertyset_invalid_names
           
static java.lang.String prop_missing
           
static java.lang.String regexp_invalid_conf_directive
           
static java.lang.String regexp_invalid_include_base_directive
           
static java.lang.String regexp_invalid_include_block_directive
           
static java.lang.String regexp_invalid_include_directive
           
static java.lang.String regexp_mismatch
           
static java.lang.String regular_expression_failed
           
static java.lang.String save_property_file
           
static java.lang.String standard
           
static java.lang.String syntax_error
           
static java.lang.String syntax_error_in_writer_format
           
static java.lang.String template_element_processing_error
           
static java.lang.String template_is_folder
           
static java.lang.String template_path_is_not_resolved
           
static java.lang.String transform_error
           
static java.lang.String unable_to_compile
           
static java.lang.String unable_to_compile_as_compile_errors
           
static java.lang.String unable_to_compile_as_compiler_not_found
           
static java.lang.String unable_to_create_regexp
           
static java.lang.String unable_to_dump_propertyset_to_file
           
static java.lang.String unable_to_dump_template_to_file
           
static java.lang.String unable_to_find_codebuilder_class
           
static java.lang.String unable_to_find_conf_directive
           
static java.lang.String unable_to_find_include_block
           
static java.lang.String unable_to_find_template_parser_class
           
static java.lang.String unable_to_load_class
           
static java.lang.String unable_to_load_file
           
static java.lang.String unable_to_load_meta_data
           
static java.lang.String unable_to_load_modifier_classes
           
static java.lang.String unable_to_load_post_process_transforms
           
static java.lang.String unable_to_load_template
           
static java.lang.String unable_to_load_writer_format
           
static java.lang.String unable_to_parse_conf_directive
           
static java.lang.String unable_to_perform_regexp_operation
           
static java.lang.String unable_to_save_meta_data
           
static java.lang.String unexpected_regular_expression_mismatch
           
static java.lang.String unknown_directive_name
           
static java.lang.String unknown_propertyset
           
static java.lang.String unknown_template_element
           
 
Constructor Summary
MsgCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

load_property_file

public static final java.lang.String load_property_file
See Also:
Constant Field Values

not_a_folder

public static final java.lang.String not_a_folder
See Also:
Constant Field Values

invalid_regexpprovider

public static final java.lang.String invalid_regexpprovider
See Also:
Constant Field Values

unable_to_load_modifier_classes

public static final java.lang.String unable_to_load_modifier_classes
See Also:
Constant Field Values

unable_to_perform_regexp_operation

public static final java.lang.String unable_to_perform_regexp_operation
See Also:
Constant Field Values

include_block_failed

public static final java.lang.String include_block_failed
See Also:
Constant Field Values

unable_to_load_class

public static final java.lang.String unable_to_load_class
See Also:
Constant Field Values

infinite_recursion

public static final java.lang.String infinite_recursion
See Also:
Constant Field Values

regexp_invalid_include_block_directive

public static final java.lang.String regexp_invalid_include_block_directive
See Also:
Constant Field Values

folder_does_not_exist

public static final java.lang.String folder_does_not_exist
See Also:
Constant Field Values

syntax_error_in_writer_format

public static final java.lang.String syntax_error_in_writer_format
See Also:
Constant Field Values

load_class_file

public static final java.lang.String load_class_file
See Also:
Constant Field Values

null_template

public static final java.lang.String null_template
See Also:
Constant Field Values

cmd_failed

public static final java.lang.String cmd_failed
See Also:
Constant Field Values

unable_to_find_template_parser_class

public static final java.lang.String unable_to_find_template_parser_class
See Also:
Constant Field Values

folder_is_not_writable

public static final java.lang.String folder_is_not_writable
See Also:
Constant Field Values

unable_to_create_regexp

public static final java.lang.String unable_to_create_regexp
See Also:
Constant Field Values

regular_expression_failed

public static final java.lang.String regular_expression_failed
See Also:
Constant Field Values

null_attributes

public static final java.lang.String null_attributes
See Also:
Constant Field Values

include_failed

public static final java.lang.String include_failed
See Also:
Constant Field Values

transform_error

public static final java.lang.String transform_error
See Also:
Constant Field Values

unknown_directive_name

public static final java.lang.String unknown_directive_name
See Also:
Constant Field Values

syntax_error

public static final java.lang.String syntax_error
See Also:
Constant Field Values

regexp_invalid_include_directive

public static final java.lang.String regexp_invalid_include_directive
See Also:
Constant Field Values

regexp_invalid_conf_directive

public static final java.lang.String regexp_invalid_conf_directive
See Also:
Constant Field Values

unexpected_regular_expression_mismatch

public static final java.lang.String unexpected_regular_expression_mismatch
See Also:
Constant Field Values

not_template_complete

public static final java.lang.String not_template_complete
See Also:
Constant Field Values

invalid_regexp_syntax

public static final java.lang.String invalid_regexp_syntax
See Also:
Constant Field Values

bad_template_version

public static final java.lang.String bad_template_version
See Also:
Constant Field Values

unable_to_save_meta_data

public static final java.lang.String unable_to_save_meta_data
See Also:
Constant Field Values

save_property_file

public static final java.lang.String save_property_file
See Also:
Constant Field Values

null_unit_attributes

public static final java.lang.String null_unit_attributes
See Also:
Constant Field Values

unable_to_compile

public static final java.lang.String unable_to_compile
See Also:
Constant Field Values

unable_to_load_template

public static final java.lang.String unable_to_load_template
See Also:
Constant Field Values

class_error

public static final java.lang.String class_error
See Also:
Constant Field Values

not_template

public static final java.lang.String not_template
See Also:
Constant Field Values

cmd_exec

public static final java.lang.String cmd_exec
See Also:
Constant Field Values

file_is_not_writable

public static final java.lang.String file_is_not_writable
See Also:
Constant Field Values

template_is_folder

public static final java.lang.String template_is_folder
See Also:
Constant Field Values

null_tmpath

public static final java.lang.String null_tmpath
See Also:
Constant Field Values

template_element_processing_error

public static final java.lang.String template_element_processing_error
See Also:
Constant Field Values

file_does_not_exist

public static final java.lang.String file_does_not_exist
See Also:
Constant Field Values

unable_to_load_writer_format

public static final java.lang.String unable_to_load_writer_format
See Also:
Constant Field Values

unable_to_find_conf_directive

public static final java.lang.String unable_to_find_conf_directive
See Also:
Constant Field Values

cw_not_saved

public static final java.lang.String cw_not_saved
See Also:
Constant Field Values

orderedpropertyset_invalid_names

public static final java.lang.String orderedpropertyset_invalid_names
See Also:
Constant Field Values

unknown_propertyset

public static final java.lang.String unknown_propertyset
See Also:
Constant Field Values

no_handler

public static final java.lang.String no_handler
See Also:
Constant Field Values

unable_to_load_file

public static final java.lang.String unable_to_load_file
See Also:
Constant Field Values

bad_track_file

public static final java.lang.String bad_track_file
See Also:
Constant Field Values

directive_manager

public static final java.lang.String directive_manager
See Also:
Constant Field Values

unable_to_dump_propertyset_to_file

public static final java.lang.String unable_to_dump_propertyset_to_file
See Also:
Constant Field Values

invalid_directive_syntax

public static final java.lang.String invalid_directive_syntax
See Also:
Constant Field Values

template_path_is_not_resolved

public static final java.lang.String template_path_is_not_resolved
See Also:
Constant Field Values

not_template_handler

public static final java.lang.String not_template_handler
See Also:
Constant Field Values

invalid_transform

public static final java.lang.String invalid_transform
See Also:
Constant Field Values

invalid_parse_char

public static final java.lang.String invalid_parse_char
See Also:
Constant Field Values

unable_to_compile_as_compile_errors

public static final java.lang.String unable_to_compile_as_compile_errors
See Also:
Constant Field Values

regexp_invalid_include_base_directive

public static final java.lang.String regexp_invalid_include_base_directive
See Also:
Constant Field Values

unable_to_load_post_process_transforms

public static final java.lang.String unable_to_load_post_process_transforms
See Also:
Constant Field Values

unable_to_compile_as_compiler_not_found

public static final java.lang.String unable_to_compile_as_compiler_not_found
See Also:
Constant Field Values

null_sectionset

public static final java.lang.String null_sectionset
See Also:
Constant Field Values

bad_args

public static final java.lang.String bad_args
See Also:
Constant Field Values

unable_to_find_include_block

public static final java.lang.String unable_to_find_include_block
See Also:
Constant Field Values

unable_to_parse_conf_directive

public static final java.lang.String unable_to_parse_conf_directive
See Also:
Constant Field Values

unknown_template_element

public static final java.lang.String unknown_template_element
See Also:
Constant Field Values

unable_to_dump_template_to_file

public static final java.lang.String unable_to_dump_template_to_file
See Also:
Constant Field Values

unable_to_load_meta_data

public static final java.lang.String unable_to_load_meta_data
See Also:
Constant Field Values

not_a_file

public static final java.lang.String not_a_file
See Also:
Constant Field Values

cmd_io

public static final java.lang.String cmd_io
See Also:
Constant Field Values

prop_missing

public static final java.lang.String prop_missing
See Also:
Constant Field Values

internal_error

public static final java.lang.String internal_error
See Also:
Constant Field Values

unable_to_find_codebuilder_class

public static final java.lang.String unable_to_find_codebuilder_class
See Also:
Constant Field Values

standard

public static final java.lang.String standard
See Also:
Constant Field Values

regexp_mismatch

public static final java.lang.String regexp_mismatch
See Also:
Constant Field Values
Constructor Detail

MsgCode

public MsgCode()


Copyright © 2000-2002 Richard Rodger