类 ExceptionNoticeEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
top.codef.exceptionhandle.event.ExceptionNoticeEvent
所有已实现的接口:
Serializable

public class ExceptionNoticeEvent extends org.springframework.context.ApplicationEvent
另请参阅:
  • 构造器详细资料

    • ExceptionNoticeEvent

      public ExceptionNoticeEvent(Object source, ExceptionNotice exceptionNotice, String blameFor)
      参数:
      source -
      exceptionNotice -
  • 方法详细资料

    • getExceptionNotice

      public ExceptionNotice getExceptionNotice()
      返回:
      the exceptionNotice
    • getBlameFor

      public String getBlameFor()
      返回:
      the blameFor