Class FSError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FSReadError, FSWriteError

public abstract class FSError extends IOError
See Also:
  • Field Details

    • path

      public final String path
  • Constructor Details

  • Method Details

    • findNested

      public static FSError findNested(Throwable top)
      Unwraps the Throwable cause chain looking for an FSError instance
      Parameters:
      top - the top-level Throwable to unwrap
      Returns:
      FSError if found any, null otherwise
    • toString

      public String toString()
      Overrides:
      toString in class Throwable