Class OcflIOException

    • Constructor Detail

      • OcflIOException

        public OcflIOException​(Exception cause)
      • OcflIOException

        public OcflIOException​(String message,
                               Exception cause)
      • OcflIOException

        public OcflIOException​(String message)
    • Method Detail

      • from

        public static OcflIOException from​(IOException e)
        Wraps an IO exception in the appropriate wrapper class. For example, NoSuchFileException to OcflNoSuchFileException.
        Parameters:
        e - the base exception
        Returns:
        wrapped exception