Skip to content

Binary scanner exception reorganization #516

@turkeylurkey

Description

@turkeylurkey

All those exceptions in ci.common BinaryScannerUtil extend Exception. It might be good if they all extended a common exception class so we could say "catch (BinaryScannerException)" or "if (e instanceof BinaryScannerException)" as we almost need to do in dev mode. Our code might be clearer if we actually did this next instead of as it is now assuming if it is not a binary scanner jar missing exception then it is a binary scanner operating exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    New Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions