类 GenericException

    • 构造器详细资料

      • GenericException

        public GenericException()
        已过时。
      • GenericException

        public GenericException​(String exceptionClass,
                                String exceptionMessage)
        已过时。
      • GenericException

        public GenericException​(Throwable cause)
        已过时。
    • 方法详细资料

      • getExceptionClass

        public String getExceptionClass()
        已过时。
      • setExceptionClass

        public void setExceptionClass​(String exceptionClass)
        已过时。
      • getExceptionMessage

        public String getExceptionMessage()
        已过时。
      • setExceptionMessage

        public void setExceptionMessage​(String exceptionMessage)
        已过时。