-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistently throw NamespacedHierarchicalStoreException
NamespacedHierarchicalStore previously threw an IllegalStateException if the store was accessed or modified after it had been closed; however, we typically aim to throw an instance of JUnitException whenever we intentionally throw an exception. With this commit, NamespacedHierarchicalStore now consistently throws NamespacedHierarchicalStoreException (which is a subclass of JUnitException) instead of IllegalStateException. See #3614
- Loading branch information
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters