-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class FallbackContentProtection.SchemeNotSupportedError implements Error
-
-
Constructor Summary
Constructors Constructor Description FallbackContentProtection.SchemeNotSupportedError(ContentProtection.Scheme scheme, String name)
-
Method Summary
Modifier and Type Method Description StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none. final ContentProtection.SchemegetScheme()final StringgetName()-
-
Constructor Detail
-
FallbackContentProtection.SchemeNotSupportedError
FallbackContentProtection.SchemeNotSupportedError(ContentProtection.Scheme scheme, String name)
-
-
Method Detail
-
getMessage
String getMessage()
An error message.
-
getScheme
final ContentProtection.Scheme getScheme()
-
-
-
-