类 EamsException

所有已实现的接口:
Serializable

public class EamsException extends RuntimeException
教务管理系统自己使用的Exception,里面放的是i18n key,用于在页面上显示的
其他业务模块的Exception应该继承自这个Exception
另请参阅:
  • 构造器详细资料

    • EamsException

      public EamsException(String i18nKey)
  • 方法详细资料

    • getI18nKey

      public String getI18nKey()