Use the standard exceptions! If you have a specific error, try to avoid it with a Exception and use a return value. If you have to use exceptions, define your custom exception that inherits from Exception and create a custom message.
|
2 | deleted 5 characters in body | ||
|
|
||||
|
1 |
|
||
|
Use the standard exceptions! If you have a specific error, try to avoid it with a Exception and use a return value. If you have to use exceptions, define your custom exception that inherits from Exception and create a custom message. |
||||
