Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
API 2.9.0
-
None
Description
The methods in the Resource interface are mssing the potential exceptions that might be thrown in the javadocs.
For example listChildren forwards to the resource resolver which might throw IllegalStateException or SlingException
Maybe other interfaces/classes are affected as well.