Skip to content

Exception categories

  • Throwable
  • Exception
    • RuntimeException: unchecked (not verified by compiler)
    • ArithmeticException
    • NullPointerException
    • DirectlyExtendedException: checked (must be throwed in the method signature)
  • Error
    • VirtualMachineError
    • StackOverflowError