+ 3
Java
What are the exceptions classes in java ?
1 Antwort
+ 1
As pythoner, most of the classes might be just blank classes, that just inherit from a class, and the error widgets will rather live in a super class of the error classes. (In Python it's BaseException.)
You can create your own exceptions by inheriting a blank class from one of the error classes.