Before v1.1.2,sootup.core.views.View.getClassOrThrow throw ResolveException and in sootup.core.typehierarchy.TypeHierarchy.incompleteSuperClassesOf caught ResolveException , when a class not found in View, the program will not exit
After v1.1.2, sootup.core.views.View.getClassOrThrow throw IllegalArgumentException, when a class not found in View, IllegalArgumentException not handle it, the program will exit directly
It is expected that he will not exit?