Example usage for org.springframework.batch.item ParseException subclass-usage

List of usage examples for org.springframework.batch.item ParseException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item ParseException subclass-usage.

Usage

From source file org.works.batch.item.excel.ExcelFileParseException.java

/**
 * Exception thrown when parsing excel files. The name of the sheet, the row number on that sheet and the
 * name of the excel file can be passed in so that in exception handling we can reuse it. This class only has 
 * simply dependencies to make it is generic as possible.
 * 
 * @author Marten Deinum

From source file biz.deinum.multitenant.batch.item.excel.ExcelFileParseException.java

/**
 * Exception thrown when parsing excel files. The name of the sheet, the row number on that sheet and the
 * name of the excel file can be passed in so that in exception handling we can reuse it. This class only has 
 * simply dependencies to make it is generic as possible.
 * 
 * @author Marten Deinum