Best Practices

"When used to best advantage, exceptions can improve a program's readability, reliability, and maintainability." (Joshua Bloch)

We list best practices on exception handling and logging and link to resources on the internet.

Exception Handling

The Best Practices on Exception Handling provides information about handling exceptions in Java.

We also discuss concepts of exceptions and show how or why they are not supported by smartics-exceptions.

Logging

The Best Practices on Logging provides information about logging exceptions in Java.

References

The References credit the original sources of information found on this website.