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

ResourceNotFoundException
Link copied to clipboard
js
fun ResourceNotFoundException(id: String, throwable: Throwable? = null)
Id of the resource to look for

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

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