Interface FSErrorHandler

  • All Known Implementing Classes:
    DefaultFSErrorHandler

    public interface FSErrorHandler
    Interface for handling file system errors.
    • Method Detail

      • handleFSError

        void handleFSError​(FSError e)
      • handleStartupFSError

        default void handleStartupFSError​(java.lang.Throwable t)