# Copyright (c) 2005 Ricebridge. All Rights Reserved. standard = Internal error. internal_error = Internal error. baos_close = Internal error: internal ByteArrayOutputStream could not be closed from method $, exception was: $ run_badmethod = Internal error: unknown method number ($) specified for background thread in $.run() method. internal_exception = Internal error: $ close_exception = Internal error: attempt to close $ failed: $ osw_write = Internal error: OutputStreamWriter method write failed on content '$': $ osw_flush = Internal error: OutputStreamWriter method flush failed: $ no_reclis = Internal error: XmlInputHandler returned null RecordListener for method type: $. cce_getdata = Internal error: XmlInputHandler returned RecordListener of incorrect type for method type: $; was $, expected $. getbadrecs = Internal error: CollectingBadRecordListener.getBadRecordsImpl failed: $ bad_func_prefix = Internal error: no namespace defined for function prefix: '$'. make_context = Internal error: unable to create document context: $ target_start = Internal error: unable to handle element start tag $: $ general = $ runonpath = The XPath expression '$' contains extra steps at the end of the expression (after the $ step) that can never be reached. ns_empty_prefix = The namespace definition for URI '$' has an empty prefix string. ns_empty_uri = The namespace definition for prefix '$' has an empty namespace string. var_empty_name = The variable name for the value '$' is an empty string. unsup_func = The XPath function '$' is not supported in this version. unknown_func = The function '$' is not recognised. unsup_axis = The XPath axis '$' is not supported in this version. no_record_path = The XPath expression '$' does not define a target set of xml elements. filter_expr = Parenthesized expressions such as '$' are not supported in this version of XML Manager. unknown_dc_expr = This expression name ('$') is not recognised. empty_prefix = An invalid namespace prefix (null or empty string) was provided as an argument. new_rl = Could not create new instance of '$' using '$' because: $. new_rp = Could not create new instance of '$' using '$' because: $. new_xmlwrtr = Could not create new instance of XmlWriter using '$' because: $. new_saxpf = Could not create new instance of SAXParserFactory using '$' because: $. recordprovider_exception = The RecordProvider class $ threw an Exception from method $: $ recordprovider_set = The RecordProvider class $ threw an Exception (with argument: $) from method $: $ recordlistener_exception = The RecordListener class $ threw an Exception from method $: $ recordlistener_set = The RecordListener class $ threw an Exception (with argument: $) from method $: $ handlerecord_exception = The RecordListener class $ threw an Exception (with record: $, number: $) from method handleRecordImpl: $ badrecordlistener_exception = The BadRecordListener class $ threw an Exception from method $: $ handlebadrecord_exception = The BadRecordListener class $ threw an Exception (with BadRecord: $) from method handleBadRecordImpl: $ cce_list_record = Incorrect class type ('$') found at java.util.List($), expecting $ (Call saveAsLists* methods with a List of Lists, and save* with a List of String[]). bad_encoding = The text encoding '$' is not supported. You may need to configure your system to support this encoding. resultset_method = Call to method $ with parameters '$' on ResultSet object '$' threw exception: $ rsmd_method = Call to method $ with parameters '$' on ResultSetMetaData object '$' from ResultSet object '$' threw exception: $ cce_stringenc = Incorrect class type ('$') for field: $, found in java.util.Map argument to method $, expecting com.ricebridge.xmlman.StringConverter. unknown_column = Unknown column name: '$'. bad_record_path = The record path '$' is not a valid XPath location path. Functions, literals and variables not valid as record paths because they do not specify a node set. Valid location path examples: /foo /foo/bar //foo /foo//bar /foo[@name='bar'] etc. xpath_syntax = XPath '$' has syntax error: $ file_cant_read = The file '$' is not readable. file_not_exist = The file '$' does not exist. file_cant_write = The file '$' is not writable. bad_xml_file = The file '$' contains incorrect XML: $ bad_instream = The InputStream '$' supplied incorrect XML: $ bad_insource = The InputSource '$' supplied incorrect XML: $ bad_uricontent = The content returned from the URI: '$' contained incorrect XML: $ bad_xml_string = The String '$' contains incorrect XML: $ saxparser_config = Unable to create javax.xml.parsers.SAXParser object: $ bad_record = An invalid record was encountered and processing was halted; record number: $, record: $, message: $. null_record = The RecordProvider $ returned a null String[] record from method $. bad_record_outpath = The record path '$' cannot be used as an XML output path. At least one element is required. no_recordspec = The RecordSpec object was not set; use the setRecordSpec() method before calling load methods with no RecordSpec parameter. no_fieldnames = The method type $ requires that field names are set in the RecordSpec. See the RecordSpec documentation for the correct constructor to use to set the field names. resultset_reset = Attempt to reset ResultSet after save finished with method beforeFirst() failed, even though ResultSet is not TYPE_FORWARD_ONLY. You can disable this call to ResultSet.beforeFirst by setting the ResultSet.resetBeforeFirst property to false using the XmlSpec.setProperty method. The ResultSet object was: '$'. The Exception from ResultSet.beforeFirst was: $ setfeature = Attempt to set SAX feature '$' with setFeature method on class $ failed. Exception was: $ stats_method = The method $ on $ failed: $ multiple = Multiple exceptions occurred: $ newbean = Could not create new instance of Java Bean $: $ setbeanfield = Could not set field $ of Java Bean $ to value '$': $ getbeanfield = Could not get value of field $ of Java Bean $: $ setbeanfield_msg = Could not set field $ of Java Bean $ to value '$': $ getbeanfield_msg = Could not get value of field $ of Java Bean $: $ folder_denied = The file '$' is not writable because it cannot be created in the specified parent folder. badnum_fieldnames = The number of field names ($) does not equal number of data fields ($). xpath_err = XPath Error: $ rs_null = The RecordSpec object supplied to XmlManager was null. unexpected_ex_handlerec = Unexpected Exception from RecordListener.handleRecord: $