Minor but potentially somewhere at the end of the exceptions chapters as advanced topics it could be worth mentioning the exception hierarchy being:
Throwable
|- Error
|- Exception
|- RuntimeException
So far the book only talked about Exception and RuntimeException (which makes sense since thats whats actually relevant in practice - usually).