Thrown when a Fragment or object could not be instantiated. This includes, but not be limited to;
- private constructor.
- abstract class for Constraints.
- interface instead of a class.
- useful constructor missing.
- exception thrown in the constructor.
See the nested exception for additional details.