(List) _listners.get( sheetName ) );
}
}
} catch ( BiffException e ) {
throw new DecisionTableParseException( "An error occured opening the workbook. ",
e );
} catch ( IOException e ) {
throw new DecisionTableParseException( "Failed to open Excel stream, " + "please check that the content is xls97 format.",
e );
}
}