[JAVA] Dot installation study memo 01

Question memo about [Introduction to Java 8 # 31 Let's handle exception handling]

Question 1. Suddenly it starts with the following inheritance, but is the Exception class (?) Predefined in Java?  class MyException extends Exception Understanding 1. That's right. Reference: https://qiita.com/k4h4shi/items/2c39edaeef1c92f6644a     http://www.itsenka.com/contents/development/java/exception.html

Question 2. What are "throw" and "catch"? Understanding 2. Exceptions used in combination with try. Reference: https://www.sejuku.net/blog/26344

Question 3. What is ArithmeticException? Understanding 3. Illegal arithmetic (division by zero, etc.) This is also predefined (?) You can write it suddenly.

Recommended Posts

Dot installation study memo 01
OpenJDK 11 installation memo
[Java ~ Method ~] Study memo (5)
[Java ~ Array ~] Study memo 4
Play Framework Study Memo Database ①
Ruby study memo (conditional branching)
Java Silver Study Method Memo
(Dot installation) Introduction to Java8_Impression
[Java ~ Boolean value ~] Study memo (2)
Introduction to JUnit (study memo)
Personal memo Eclipse plug-in installation
Java study memo 2 with Progate
Ruby study memo (recursive function)
[Ruby ~ Iterative processing ~] Study memo 4
spring framework Simple study memo (2): AOP
[Study session memo] Java Day Tokyo 2017
Ruby Study Memo (Test Driven Development)
[Java ~ Variable definition, type conversion ~] Study memo
Ubuntu 20.04 RTX 3090 cuda cuDNN driver installation memo
[Java ~ Conditional branching / Iterative processing ~] Study memo (3)
Spring Boot + Thymeleaf BootStrap installation method memo
[Java ~ Classes and External Libraries ~] Study Memo (6)