Class ErrorOccurredEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorOccurredEvent
    extends org.springframework.context.ApplicationEvent
    This event will be published when exception occurred.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorOccurredEvent​(java.lang.Throwable throwable, org.springframework.web.context.request.WebRequest request)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.context.request.WebRequest getRequest()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ErrorOccurredEvent

        public ErrorOccurredEvent​(java.lang.Throwable throwable,
                                  org.springframework.web.context.request.WebRequest request)
    • Method Detail

      • getRequest

        public org.springframework.web.context.request.WebRequest getRequest()