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