Subversion Repositories SmartDukaan

Rev

Rev 22208 | Rev 22226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22208 Rev 22209
Line 143... Line 143...
143
						ProfitMandiBusinessException profitMandiBusinessException = new ProfitMandiBusinessException(START_DATE, row.getCell(9).toString(), "TGLSTNG_VE_1010");
143
						ProfitMandiBusinessException profitMandiBusinessException = new ProfitMandiBusinessException(START_DATE, row.getCell(9).toString(), "TGLSTNG_VE_1010");
144
						//LOGGER.error("Excel file parse error : ", profitMandiBusinessException);
144
						//LOGGER.error("Excel file parse error : ", profitMandiBusinessException);
145
						throw  profitMandiBusinessException;
145
						throw  profitMandiBusinessException;
146
					}
146
					}
147
					tagListings.add(tagListing);
147
					tagListings.add(tagListing);
-
 
148
				} else {
-
 
149
					ProfitMandiBusinessException profitMandiBusinessException = new ProfitMandiBusinessException(TAG_LISTING, "", "TGLSTNG_VE_1012");
-
 
150
					//LOGGER.error("Excel file parse error : ", profitMandiBusinessException);
-
 
151
					throw profitMandiBusinessException;
148
				}
152
				}
149
				
153
				
150
			}
154
			}
151
			myWorkBook.close();
155
			myWorkBook.close();
152
		}catch(IOException ioException){
156
		}catch(IOException ioException){