{
WorkflowException except;
for (int i = 0; i < errSize; ++i)
{
except = (WorkflowException) errorList.get(i);
except.printStackTrace();
}
}
System.err.println("--------------------------XPDLParserTools Error Dump END--------------------------");
}
}