cn.chenhuanming.octopus.exception.CanNotBeBlankException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of octopus Show documentation
Show all versions of octopus Show documentation
A simple excel import and export tool
The newest version!
package cn.chenhuanming.octopus.exception;
/**
* @author chenhuanming
* Created at 2019-01-09
*/
public class CanNotBeBlankException extends ParseException {
}