Class WarnNotification


  • public class WarnNotification
    extends Notification
    Consumed by the UI to display a warning notification.
    • Constructor Summary

      Constructors 
      Constructor Description
      WarnNotification​(java.lang.String message)  
      WarnNotification​(java.lang.String message, java.lang.String description)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • WarnNotification

        public WarnNotification​(java.lang.String message)
      • WarnNotification

        public WarnNotification​(java.lang.String message,
                                java.lang.String description)