It's good practice to append the word "Exception" to the end of all classes that inherit (directly or indirectly) from the
Exception
class. Similarly, classes that inherit from the Error
class should end with the string "Error".
No comments:
Post a Comment