#472 Move app.framework exceptions to common.java
The time for bold moves has arrived!
Moving common.app.framework.exceptions
package to common.java.exceptions
:
- An Eclipse refactor of all framework exception classes did the trick, and faster than I expected even.
- I ran a check on remaining "app.framework.exceptions" occurrences and found a bunch in strings in the CIF compiler, as well as in app.framework documentation.
- I ran the same check except with grep as regular expression, and found
app-framework-exceptions
labels in the app framework documentation. While my first instinct was to change those as well, I eventually decided not to touch that. The reason is that the exceptions are still "app framework" exceptions, designed to work in an app framework context.
Addresses #472