Uses of Class
io.ocfl.api.exception.OcflIOException
-
Packages that use OcflIOException Package Description io.ocfl.api.exception -
-
Uses of OcflIOException in io.ocfl.api.exception
Subclasses of OcflIOException in io.ocfl.api.exception Modifier and Type Class Description classOcflFileAlreadyExistsExceptionThis exception is a wrapper around FileAlreadyExistsExceptionclassOcflNoSuchFileExceptionThis exception is a wrapper around NoSuchFileException and FileNotFoundExceptionMethods in io.ocfl.api.exception that return OcflIOException Modifier and Type Method Description static OcflIOExceptionOcflIOException. from(IOException e)Wraps an IO exception in the appropriate wrapper class.
-