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

efw.XMLTagIdIsNotExistsException Maven / Gradle / Ivy

/**** efw4.X Copyright 2019 efwGrp ****/
package efw;
/**
 * 指定Idが指定XMLファイルに存在しないエラー。
 * @author kejun.chang
 */
public final class XMLTagIdIsNotExistsException extends efwException {
	/**
	 * @param type メール定義かSQL定義かを区別するためのタイプ。
	 * @param groupId xmlファイル名。
	 * @param id 定義ID。
	 */
	public XMLTagIdIsNotExistsException(String type,String groupId,String id) {
		super(" "+type+" xml file = "+groupId+".xml; id = "+id);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy