Community
Participate
Working Groups
// bugzilla 135531 - throw an exception if no records were parsed from the log file
if(recordCount ==0 || curLineNumber ==0)
{
throw new LogParserException(Messages.getString("HyadesGABufferedPeriodicReader_No_Records_Read_ERROR_", file_path));
throw new LogParserException(Messages.getString("INVALID_LOG_TYPE_INFO_", file_path));
}
if(arrayIndex == 0)