-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public class LcpError.Container extends LcpError
Errors while reading or writing a LCP container (LCPL, EPUB, LCPDF, etc.)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLcpError.Container.OpenFailedCan't access the container, it's format is wrong.
public final classLcpError.Container.FileNotFoundThe file at given relative path is not found in the Container.
public final classLcpError.Container.ReadFailedCan't read the file at given relative path in the Container.
public final classLcpError.Container.WriteFailedCan't write the file at given relative path in the Container.
-
Method Summary
Modifier and Type Method Description StringgetMessage()ErrorgetCause()-
-
Method Detail
-
getMessage
String getMessage()
-
getCause
Error getCause()
-
-
-
-