-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class LcpError.Container.WriteFailed extends LcpError.Container
Can't write the file at given relative path in the Container.
-
-
Constructor Summary
Constructors Constructor Description LcpError.Container.WriteFailed(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()
-
-
-
-