Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exception handling for endpointFocus causes a different type of Excep…
…tion to be thrown for the focus. In my opinion, it is better to throw Java.lang.IllegalArgumentException for all those 3 cases: 1. endpointFocus does not exist 2. endpointPrefix does not exist 3. Both endpointFocus and endpointPrefix are provided.
- Loading branch information