Answer Posted / Tejender Singh
A custom exception in Scala is an exception that is created by a programmer to handle specific, user-defined error conditions. It extends the built-in Exception class or one of its subclasses and provides a way to encapsulate detailed information about the error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers