Skip to content

Why sootup.core.views.View.getClassOrThrow throw IllegalArgumentException not ResolveException? #677

@struce2

Description

@struce2

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions