}
//Requirement, the monitor MUST be the first child of the log.
//Perhaps we need to preprocess the log if this is the first condition to be met.
if (!bMonitorFirst)
throw new WSIException(
"The Element \""
+ WSIConstants.ELEM_MONITOR
+ "\" is not the first child of the Element \"log\"");
}
catch (Exception e)
{
throw new WSIException(
"An error occurred while processing the message log file.",
e);
}
}