Uses of Class
edu.wisc.library.ocfl.api.exception.OcflIOException
-
Packages that use OcflIOException Package Description edu.wisc.library.ocfl.api.exception -
-
Uses of OcflIOException in edu.wisc.library.ocfl.api.exception
Subclasses of OcflIOException in edu.wisc.library.ocfl.api.exception Modifier and Type Class Description classOcflFileAlreadyExistsExceptionThis exception is a wrapper around FileAlreadyExistsExceptionclassOcflNoSuchFileExceptionThis exception is a wrapper around NoSuchFileException and FileNotFoundExceptionMethods in edu.wisc.library.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.
-