Uri Syntax Exception
class UriSyntaxException( val input: String, internalReason: String, val index: Int = -1) : Exception
Content copied to clipboard
Exception thrown to indicate that a string could not be parsed as a URI reference.
Constructors
Link copied to clipboard
fun UriSyntaxException( input: String, internalReason: String, index: Int = -1)
Content copied to clipboard