Encapsulates any checked exception being thrown in time between saving
generated dex class to a file and loading it via DexClassLoader with
an user-friendly message and passing the original exception as well.
super("Loading generated dex class has failed", thr);