Rules tagged with: Exception
Exception handling.
- G-5010 Try to use a error/logging framework for your application.Reliability
- G-5020 Never handle unnamed exceptions using the error number.Maintainability
- G-5030 Never assign predefined exception names to user defined exceptions.Reliability
- G-5040 Avoid use of WHEN OTHERS clause in an exception section without any other specific handlers.Reliability
- G-5050 Avoid use of the RAISE_APPLICATION_ERROR built-in procedure with a hard-coded 20nnn error number or hard-coded message.Maintainability
- G-5060 Avoid unhandled exceptions.Reliability
- G-5070 Avoid using Oracle predefined exceptions.Reliability
- G-5080 Always use FORMAT_ERROR_BACKTRACE when using FORMAT_ERROR_STACK or SQLERRM.Maintainability
8 total