Class ErrorNotifiable.Util

  • Enclosing interface:
    ErrorNotifiable

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

      Constructors 
      Constructor Description
      Util()  
    • 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.