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.
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.