All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.treeleafj.xmax.export.ExportException Maven / Gradle / Ivy

The newest version!
package org.treeleafj.xmax.export;

import org.treeleafj.xmax.exception.BaseException;

/**
 * 导出异常
 * 

* Created by leaf on 2017/4/11. */ public class ExportException extends BaseException { public ExportException(String message) { super(message); } public ExportException(String code, String message) { super(code, message); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy