Saved Bookmarks
| 1. |
When Is Custom Exception Class Needed? How To Create A Custom Exception Class? |
|
Answer» According to Java DOCS, you should write your own exception classes if you ANSWER yes to any of the FOLLOWING questions; otherwise, you can probably use someone else's.
According to Java Docs, you should write your own exception classes if you answer yes to any of the following questions; otherwise, you can probably use someone else's. |
|