-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public class LcpError.Parsing extends LcpError
Errors while parsing the License or Status JSON Documents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLcpError.Parsing.MalformedJSONThe JSON is malformed and can't be parsed.
public classLcpError.Parsing.LicenseDocumentThe JSON is not representing a valid License Document.
public classLcpError.Parsing.StatusDocumentThe JSON is not representing a valid Status Document.
public classLcpError.Parsing.LinkInvalid Link.
public classLcpError.Parsing.EncryptionInvalid Encryption.
public classLcpError.Parsing.SignatureInvalid License Document Signature.
public final classLcpError.Parsing.UrlInvalid URL for link with rel.
-
Method Summary
Modifier and Type Method Description StringgetMessage()ErrorgetCause()-
-
Method Detail
-
getMessage
String getMessage()
-
getCause
Error getCause()
-
-
-
-