- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the base class for errors and exceptions in Java?
All exception classes are subtypes of the java.lang.Exception class. The Exception class is a subclass of the Throwable class. Other than the Exception class there is another subclass called Error which is derived from the Throwable class.
- Related Articles
- What is the base class for all exceptions in C#?
- Are Python Exceptions runtime errors?
- What is the difference between compile time errors and run time errors in Java?
- What is the base class for all data types in C#.NET?
- What is the difference between checked and unchecked exceptions in Java?
- Catching base and derived classes exceptions in C++
- What is the package for String Class in Java?
- What is a base class in C#?
- What is the class "class" in Java?
- What is a virtual base class in C++?
- What is meant by re-throwing exceptions in Java?
- What are chained exceptions in Java?
- What are checked exceptions in Java?
- What are unchecked exceptions in Java?
- What are custom exceptions in Java?

Advertisements