Class PrintNotifications

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(java.lang.String message, NotificationType eventType, java.lang.Throwable e)
      Reacts to a notification by printing the notification to System.err.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • notify

        public void notify​(java.lang.String message,
                           NotificationType eventType,
                           java.lang.Throwable e)
        Reacts to a notification by printing the notification to System.err.
        Specified by:
        notify in class Notifications
        Parameters:
        message - The error message to print.
        e - The exception to print, if not null.
        eventType - The type of event