-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ContentProtection.Exception.SchemeNotSupported extends ContentProtection.Exception
Exception returned when the given Content Protection scheme is not supported by the app.
-
-
Constructor Summary
Constructors Constructor Description ContentProtection.Exception.SchemeNotSupported(ContentProtection.Scheme scheme)
-
Method Summary
Modifier and Type Method Description final ContentProtection.SchemegetScheme()-
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
-
-
Constructor Detail
-
ContentProtection.Exception.SchemeNotSupported
ContentProtection.Exception.SchemeNotSupported(ContentProtection.Scheme scheme)
-
-
Method Detail
-
getScheme
final ContentProtection.Scheme getScheme()
-
-
-
-