Class EamsException

All Implemented Interfaces:
Serializable

public class EamsException extends RuntimeException
教务管理系统自己使用的Exception,里面放的是i18n key,用于在页面上显示的
其他业务模块的Exception应该继承自这个Exception
See Also:
  • Constructor Details

    • EamsException

      public EamsException(String i18nKey)
  • Method Details

    • getI18nKey

      public String getI18nKey()