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

efw.efwException Maven / Gradle / Ivy

Go to download

"efw" is an Ajax framework for server site JavaScript designed and developed by Escco Co., Ltd. using a goal-oriented method. It is provided as open source free software.

The newest version!
/**** efw4.X Copyright 2019 efwGrp ****/
package efw;
/**
 * フレームワークの初期化と実行時発生するエラー(アブストラクトクラス)。
 * @author Chang Kejun
 */
public abstract class efwException extends Exception {
	/**
	 * コンストラクタ
	 * @param message エラー内容。
	 */
	public efwException(String message){super(message);}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy