-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Somewhere in the exception chapter it should list the most commonly used vanilla exceptions
Most common picks for throwing own exceptions:
- IllegalArgumentException
- IllegalStateException
Other common RTEs:
- IndexOutOfBoundsException
- NoSuchElementException
- NullPointerException
- UncheckedIOException
- UnsupportedOperationException
Checked exceptions:
- IOException
Error occasionally used for throwing:
- AssertionError
Metadata
Metadata
Assignees
Labels
No labels