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