ResourceNotFoundException

class ResourceNotFoundException(id: String, throwable: Throwable?) : Exception

Gets thrown when load can't find the resource

Parameters

id

Id of the resource to look for

throwable

source exception if occurs

Constructors

Link copied to clipboard
fun ResourceNotFoundException(id: String, throwable: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?