efw.efwException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of efw Show documentation
Show all versions of efw Show documentation
"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