{
tag = readTagBody(header.type);
}
catch (RuntimeException e)
{
problems.add(new SWFUnableToReadTagBodyProblem(header.type.getValue(),
header.length, swfPath, bitStream.getOffset()));
// recover by reading the rest of the tag.
}
catch (MalformedTagException e)