NoModelLoaderAvailableException
open class NoModelLoaderAvailableException : Registry.MissingComponentException
Content copied to clipboard
Thrown when no com.bumptech.glide.load.model.ModelLoader is registered for a given model class.
Constructors
Link copied to clipboard
Link copied to clipboard
open fun <M> NoModelLoaderAvailableException(model: M, matchingButNotHandlingModelLoaders: List<ModelLoader<M, out Any>>)
Content copied to clipboard
Link copied to clipboard
open fun NoModelLoaderAvailableException(modelClass: Class<out Any>, dataClass: Class<out Any>)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard