Skip to content

Exceptions (list vanilla) #161

@Zabuzard

Description

@Zabuzard

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions