-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class LcpError.Container.FileNotFound extends LcpError.Container
The file at given relative path is not found in the Container.
-
-
Constructor Summary
Constructors Constructor Description LcpError.Container.FileNotFound(Url url)
-
Method Summary
Modifier and Type Method Description final UrlgetUrl()StringgetMessage()ErrorgetCause()-
-
Method Detail
-
getUrl
final Url getUrl()
-
getMessage
String getMessage()
-
getCause
Error getCause()
-
-
-
-