TABLE OF CONTENTS
readFileWrongFormat
NAME
::guib::moduleObj::readFileWrongFormat -- method for dealing with wrong-formatted input file
USAGE
readFileWrongFormat formatName ?diagnosisText?
DESCRIPTION
When an input-file is not in a proper format, this method should be called to display an appropriate error-message and skip the reading of the input file. This method is supposed to be used from readfilter routines.
ARGUMENTS
formatName -- name of the format (i.e. an arbitrary string) diagnosisText -- a text containing a diagnose of the syntax errors [OPTIONAL]