| Exception | Description |
|---|---|
| NeedsPrototypesException |
Exception created to be thrown when a RendererBuilder be created or configured without any
prototype.
|
| NotInflateViewException |
Exception created to be thrown when any renderer is not inflating a view.
|
| NullContentException |
Exception created to be thrown when a RendererBuilder is created without content.
|
| NullLayoutInflaterException |
Exception created to be thrown when a RendererBuilder is created without a LayoutInflater
instance.
|
| NullParentException |
Exception created to be thrown when a RendererBuilder is created without parent.
|
| NullPrototypeClassException |
RendererException created to be thrown when the RendererBuilder implementation returns a null
prototype class.
|
| NullRendererBuiltException |
Exception created to be thrown when a RendererBuilder returns a null Renderer instance.
|
| PrototypeNotFoundException |
Exception created to be thrown when RendererBuilders returns one Renderer class not found in
prototypes collection.
|
| RendererException |
Top class in the renderer exception hierarchy.
|