-
- All Implemented Interfaces:
-
java.io.Serializable
public class LcpException.Parsing extends LcpException
Errors while parsing the License or Status JSON Documents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLcpException.Parsing.MalformedJSONThe JSON is malformed and can't be parsed.
public classLcpException.Parsing.LicenseDocumentThe JSON is not representing a valid License Document.
public classLcpException.Parsing.StatusDocumentThe JSON is not representing a valid Status Document.
public classLcpException.Parsing.LinkInvalid Link.
public classLcpException.Parsing.EncryptionInvalid Encryption.
public classLcpException.Parsing.SignatureInvalid License Document Signature.
public final classLcpException.Parsing.UrlInvalid URL for link with rel.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class org.readium.r2.shared.UserException
getUserMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-