ASRPDirectoryHandler asrpDirHandler = new ASRPDirectoryHandler();
int i;
if (thfPaths != null) {
for (i = 0; i < thfPaths.length; i++) {
try {
asrpDirHandler.add(new TransmittalHeaderFile(thfPaths[i]));
} catch (IOException ioe) {
Debug.error("ASRPLayer (" + getName()
+ ") caught exception trying to read "
+ ASRPConstants.TRANS + ": " + ioe.getMessage());
}