+ 2

What is the "throwable" class?

If possible, explain in simple words. Thank You.

23rd Aug 2017, 1:42 PM
Gammaburst
Gammaburst - avatar
2 Answers
+ 3
The Throwable is the superclass of all errors and exceptions in the Java language. Only objects that are instances of this class are thrown by the JVM or can be thrown by the Java throw statement. Errors and exceptions are covered by sololearn check it out, or check docs.oracle.com, or stackoverflow.com.
23rd Aug 2017, 2:22 PM
AutomatedpROCESSES
AutomatedpROCESSES - avatar
+ 1
I kinda understood it... Thnx 👍
23rd Aug 2017, 3:43 PM
Gammaburst
Gammaburst - avatar