-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class LcpError.Runtime extends LcpError
An unexpected LCP exception occurred. Please post an issue on r2-lcp-kotlin with the error message and how to reproduce it.
-
-
Constructor Summary
Constructors Constructor Description LcpError.Runtime(String message)
-
Method Summary
Modifier and Type Method Description StringgetMessage()ErrorgetCause()-
-
Constructor Detail
-
LcpError.Runtime
LcpError.Runtime(String message)
-
-
Method Detail
-
getMessage
String getMessage()
-
getCause
Error getCause()
-
-
-
-