![JAR search and dependency download from the Maven repository](/logo.png)
com.fredericboisguerin.excel.converter.ConverterException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of excel-reader-writer Show documentation
Show all versions of excel-reader-writer Show documentation
A library to read/write excel files with simple descriptions of the model
The newest version!
package com.fredericboisguerin.excel.converter;
/**
* Created by fboisguerin on 22/07/2015.
*/
public class ConverterException extends Exception {
public ConverterException(String input, Class target, Throwable cause) {
super(String.format("Impossible to convert input=%s to type %s", input, target.getName()), cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy