mev-4.0.01/source/org/tigr/microarray/mev/cluster/gui/impl/dialogs/dialogHelpUtil/dialogHelpPages/script_error_log.html

Code
Comments
Other
Rev Date Author Line
2 26 Feb 07 jari 1 <html>
2 26 Feb 07 jari 2     <body bgcolor = "#FFFFCC"><basefont face = "Arial">
2 26 Feb 07 jari 3   <h1>Script Error Log</h1>
2 26 Feb 07 jari 4             <hr size = 10>
2 26 Feb 07 jari 5
2 26 Feb 07 jari 6 The Script Error Log records and reports errors during script validation.
2 26 Feb 07 jari 7 These errors fall into two basic categories.<br><br>
2 26 Feb 07 jari 8  
2 26 Feb 07 jari 9 <i>Parse Errors</i> describe
2 26 Feb 07 jari 10 problems with script construction and can be described as <i>Fatal Errors</i>
2 26 Feb 07 jari 11 (malformed XML) such as missing closing tags, <i>Validation Errors</i> in which the script fails
2 26 Feb 07 jari 12 to conform the the DTD (Document Type Description), and <i>Parse Warnings</i>.  <br><br>
2 26 Feb 07 jari 13
2 26 Feb 07 jari 14 Aside from Parse Errors, the other major error type is in parameter validation,
2 26 Feb 07 jari 15  <i>Parameter Errors</i>.  These errors report missing parameters, parameter type
2 26 Feb 07 jari 16 mismatches, and parameters that fall outside of established range constraints.
2 26 Feb 07 jari 17 <br><br>
2 26 Feb 07 jari 18 The <i>Edit Script</i> button will display the current script in an editor window
2 26 Feb 07 jari 19 to the right of the reported error tables.  If corrections are made to the script it is
2 26 Feb 07 jari 20 possible to right click to save the corrected script to file.  If the validation
2 26 Feb 07 jari 21 error was reported during a script load then the load will be terminated but can
2 26 Feb 07 jari 22 be retried after script editing.
2 26 Feb 07 jari 23         </basefont>
2 26 Feb 07 jari 24     </body>
2 26 Feb 07 jari 25 </html>