Package com.bumptech.glide
Class Registry.NoSourceEncoderAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.bumptech.glide.Registry.MissingComponentException
-
- com.bumptech.glide.Registry.NoSourceEncoderAvailableException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Registry
public static class Registry.NoSourceEncoderAvailableException extends Registry.MissingComponentException
Thrown when noEncoderis registered for a given data class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSourceEncoderAvailableException(java.lang.Class<?> dataClass)
-