Class ErrorNotifiable.Util

  • Enclosing interface:
    ErrorNotifiable

    public static class ErrorNotifiable.Util
    extends java.lang.Object
    Utility functions.
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      Modifier and Type Method Description
      static void alertAll​(SSHException error, java.util.Collection<? extends ErrorNotifiable> notifiables)
      Notify all notifiables of given error.
      static void alertAll​(SSHException error, ErrorNotifiable... notifiables)
      Notify all notifiables of given error.
      • Methods inherited from class java.lang.Object

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

      • Util

        public Util()
    • Method Detail

      • alertAll

        public static void alertAll​(SSHException error,
                                    ErrorNotifiable... notifiables)
        Notify all notifiables of given error.
      • alertAll

        public static void alertAll​(SSHException error,
                                    java.util.Collection<? extends ErrorNotifiable> notifiables)
        Notify all notifiables of given error.