api / org.gradle.api.resources / MissingResourceException

MissingResourceException

open class MissingResourceException : ResourceException

Exception thrown when the resource does not exist

Constructors

<init>

MissingResourceException(message: String)
MissingResourceException(message: String, cause: Throwable)
MissingResourceException(location: URI, message: String)
MissingResourceException(location: URI, message: String, cause: Throwable)

Inherited Functions

getLocation

open fun getLocation(): URI

Returns the location of the resource, if known.