-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
All operating systems
A DESCRIPTION OF THE PROBLEM :
Adding a new method to RuntimeException that will allow it (and all child classes of RuntimeException, thanks to inheritance) to be able to concisely validate preconditions. This is meant to mimic the functionality provided by Objects.requireNonNull.
All operating systems
A DESCRIPTION OF THE PROBLEM :
Adding a new method to RuntimeException that will allow it (and all child classes of RuntimeException, thanks to inheritance) to be able to concisely validate preconditions. This is meant to mimic the functionality provided by Objects.requireNonNull.